summaryrefslogtreecommitdiff
path: root/src/resources/notifytypes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-03 19:01:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-03 19:01:07 +0300
commitf840d8133e7fe1e76c9e1401a39fc57fecc0b140 (patch)
treee8356a916b3ab2fea596f9ddfb3d8b8832c9beb1 /src/resources/notifytypes.h
parentb6030e26ed33dd5d5dd85519cacb4644100cb299 (diff)
downloadplus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.gz
plus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.bz2
plus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.xz
plus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.zip
eathena: add packet SMSG_PLAYER_INSERT_CARD 0x017d.
Diffstat (limited to 'src/resources/notifytypes.h')
-rw-r--r--src/resources/notifytypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h
index c1de1d201..eb2c2c776 100644
--- a/src/resources/notifytypes.h
+++ b/src/resources/notifytypes.h
@@ -110,6 +110,8 @@ namespace NotifyTypes
MERCENARY_UNKNOWN,
HOMUNCULUS_FEED_OK,
HOMUNCULUS_FEED_FAIL,
+ CARD_INSERT_FAILED,
+ CARD_INSERT_SUCCESS,
TYPE_END
};