summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r--src/net/eathena/skillhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h
index aeb41a0d2..2cfb4b89f 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -83,6 +83,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
static void processSkillAutoSpells(Net::MessageIn &msg);
static void processSkillDevotionEffect(Net::MessageIn &msg);
+
+ static void processSkillItemListWindow(Net::MessageIn &msg);
};
} // namespace EAthena