summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-17 23:48:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-17 23:48:23 +0300
commit823aa3ec75e3d7388bafffa5dd7d1fb36a54e7ce (patch)
tree8ceae54ede2df12e048ed86aa829550335af0154 /src/net/eathena/playerhandler.h
parent593aa06d1c7b9bd68c1d47e2967db3cac41c8368 (diff)
downloadplus-823aa3ec75e3d7388bafffa5dd7d1fb36a54e7ce.tar.gz
plus-823aa3ec75e3d7388bafffa5dd7d1fb36a54e7ce.tar.bz2
plus-823aa3ec75e3d7388bafffa5dd7d1fb36a54e7ce.tar.xz
plus-823aa3ec75e3d7388bafffa5dd7d1fb36a54e7ce.zip
eathena: add partial support for packet SMSG_AUTOSHADOW_SPELL_LIST 0x0442.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index 1ff72b067..016e9baa8 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -104,6 +104,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
static void processPlayerReadBook(Net::MessageIn &msg);
static void processPlayerEquipTickAck(Net::MessageIn &msg);
+
+ static void processPlayerAutoShadowSpellList(Net::MessageIn &msg);
};
} // namespace EAthena