This commit is contained in:
aozhiwei 2019-09-28 19:53:13 +08:00
parent 6f48ac9dee
commit 15d18fea37

View File

@ -5,11 +5,36 @@ enum CMMessageId_e
{ {
_CMAuthSession = 0x1ED; _CMAuthSession = 0x1ED;
_CMCharEnum = 0x037; _CMCharEnum = 0x037;
_CMPlayerLogin = 0x03D;
_CMNameQuery = 0x050;
_CMUpdateAccountData = 0x20B;
_CMSetActiveMover = 0x26A;
} }
enum SMMessageId_e enum SMMessageId_e
{ {
_SMLoginSsetTimeSpeed = 0x042;
_SMNameQueryResponse = 0x051;
_SMFriendList = 0x067;
_SMIgnoreList = 0x06B;
_SMMonsterMove = 0x0DD;
_SMAuthChallenge = 0x1EC; _SMAuthChallenge = 0x1EC;
_SMAuthResponse = 0x1EE; _SMAuthResponse = 0x1EE;
_SMCharEnum = 0x03B; _SMCharEnum = 0x03B;
_SMMessageChat = 0x096;
_SMTutorialFlags = 0x0FD;
_SMInitializeFactions = 0x122;
_SMSetProficiency = 0x127;
_SMActionButtons = 0x129;
_SMInitialSpells = 0x12A;
_SMSpellGo = 0x132;
_SMUpdateAuraDuration = 0x137;
_SMBindPointUpdate = 0x155;
_SMCompressedUupdateObject = 0x1F6;
_SMAccountDataTimes = 0x209;
_SMLoginVerifyWorld = 0x236;
_SMSetRestStart = 0x21E;
_SMSpellLogExecute = 0x24C;
_SMInitWorldStates = 0x2C2;
_SMWeather = 0x2F4;
} }