decode message in ACTION_GENERIC_MULTI_PART_CODE

This commit is contained in:
AleaJactaEst 2020-04-15 19:29:15 +02:00
parent cb7aa59d89
commit 4c2bfcdf2e

View file

@ -607,8 +607,8 @@ class TItemPropId(IntEnum):
class TCDBBank(IntEnum):
CDBPlayer = 0,
CDBGuild = 1,
# /* CDBContinent,
CDBOutpost 2,
#/* CDBGlobal, */
# CDBContinent,
CDBOutpost = 2,
# CDBGlobal,
NB_CDB_BANKS = 3,
INVALID_CDB_BANK = 4