diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-09 22:44:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:24 +0300 |
commit | c29c93c3c97b08930fa12cb249c7fe18a48b4d7e (patch) | |
tree | 62e80c10a11ea7c3907f9ed1ab27811dab305a92 | |
parent | 0b8d4fd2d017076c3bd493c341ec13b29fa489f4 (diff) | |
download | hercules-c29c93c3c97b08930fa12cb249c7fe18a48b4d7e.tar.gz hercules-c29c93c3c97b08930fa12cb249c7fe18a48b4d7e.tar.bz2 hercules-c29c93c3c97b08930fa12cb249c7fe18a48b4d7e.tar.xz hercules-c29c93c3c97b08930fa12cb249c7fe18a48b4d7e.zip |
Add missing statuses for clif_tradeitemok.
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 6c634df6b..c104194eb 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -4171,6 +4171,8 @@ static void clif_tradeadditem(struct map_session_data *sd, struct map_session_da /// 0 = success /// 1 = overweight /// 2 = trade canceled +/// 3 = amount is exceeded. message 0x792 +/// 4 = other amount is exceeded. message 0x793 static void clif_tradeitemok(struct map_session_data *sd, int index, int fail) { int fd; |