diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-26 08:21:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-05 22:24:25 +0300 |
commit | 554072b191c0aadab9e874d6ec0e7b954477e595 (patch) | |
tree | cb9d2964b41080fcb24f5a5ce445c92c298ebd1a /src/map/clif.h | |
parent | e084ef46f343fed0f2b2d5e68e971012d01cfd09 (diff) | |
download | hercules-554072b191c0aadab9e874d6ec0e7b954477e595.tar.gz hercules-554072b191c0aadab9e874d6ec0e7b954477e595.tar.bz2 hercules-554072b191c0aadab9e874d6ec0e7b954477e595.tar.xz hercules-554072b191c0aadab9e874d6ec0e7b954477e595.zip |
Add missing value into enum CASH_SHOP_BUY_RESULT
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 04dbf1de7..c1f2aca7f 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -410,6 +410,7 @@ enum CASH_SHOP_BUY_RESULT { CSBR_RUNE_OVERCOUNT = 0x9, CSBR_EACHITEM_OVERCOUNT = 0xa, CSBR_UNKNOWN = 0xb, + CSBR_BUSY = 0xc, }; enum BATTLEGROUNDS_QUEUE_ACK { |