From 4c2bfcdf2e58842b8c62add1ab50230b4c316684 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Wed, 15 Apr 2020 19:29:15 +0200 Subject: [PATCH] decode message in ACTION_GENERIC_MULTI_PART_CODE --- tools/Enum.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/Enum.py b/tools/Enum.py index e1f721f..a6fd6af 100644 --- a/tools/Enum.py +++ b/tools/Enum.py @@ -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