mirror of
https://port.numenaute.org/aleajactaest/clientbot.git
synced 2024-11-09 08:49:05 +00:00
decode message in ACTION_GENERIC_MULTI_PART_CODE
This commit is contained in:
parent
cb7aa59d89
commit
4c2bfcdf2e
1 changed files with 3 additions and 3 deletions
|
@ -607,8 +607,8 @@ class TItemPropId(IntEnum):
|
||||||
class TCDBBank(IntEnum):
|
class TCDBBank(IntEnum):
|
||||||
CDBPlayer = 0,
|
CDBPlayer = 0,
|
||||||
CDBGuild = 1,
|
CDBGuild = 1,
|
||||||
# /* CDBContinent,
|
# CDBContinent,
|
||||||
CDBOutpost 2,
|
CDBOutpost = 2,
|
||||||
#/* CDBGlobal, */
|
# CDBGlobal,
|
||||||
NB_CDB_BANKS = 3,
|
NB_CDB_BANKS = 3,
|
||||||
INVALID_CDB_BANK = 4
|
INVALID_CDB_BANK = 4
|
||||||
|
|
Loading…
Reference in a new issue