summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-23 21:37:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-23 21:37:09 +0300
commit1d769f5e2dafcd9ab20264b8781f3e656af44fc2 (patch)
tree8e6a1c77b01fbd05ca3b4a3684d83e8d6912bc45 /src/net/eathena/npchandler.cpp
parenta6cd6b2374c55ff4342137d197a43d4656427365 (diff)
downloadplus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.tar.gz
plus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.tar.bz2
plus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.tar.xz
plus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.zip
Fix compilation without C++11 flags.
Diffstat (limited to 'src/net/eathena/npchandler.cpp')
-rw-r--r--src/net/eathena/npchandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/npchandler.cpp b/src/net/eathena/npchandler.cpp
index 97b1c28dc..c84c0cab6 100644
--- a/src/net/eathena/npchandler.cpp
+++ b/src/net/eathena/npchandler.cpp
@@ -196,7 +196,7 @@ void NpcHandler::selectAutoSpell(const int skillId) const
}
BeingId NpcHandler::getNpc(Net::MessageIn &msg,
- const NpcAction action)
+ const NpcActionT action)
{
const BeingId npcId = msg.readBeingId("npc id");