mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 16:57:54 +00:00
9 lines
308 B
Python
9 lines
308 B
Python
from otp.ai.AIMsgTypes import *
|
|
TTAIMsgName2Id = {'DBSERVER_GET_ESTATE': 1040,
|
|
'DBSERVER_GET_ESTATE_RESP': 1041,
|
|
'PARTY_MANAGER_UD_TO_ALL_AI': 1042,
|
|
'WHITELIST_MANAGER_UD_TO_ALL_AI': 1044}
|
|
TTAIMsgId2Names = invertDictLossless(TTAIMsgName2Id)
|
|
globals().update(TTAIMsgName2Id)
|
|
|
|
DBSERVER_PET_OBJECT_TYPE = 5
|