summaryrefslogtreecommitdiff
path: root/src/map/npc.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-06-25 18:00:28 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-15 11:45:21 -0400
commite0ab38974d08268fd0bbbae16293afb31686c9f8 (patch)
tree0d1801d5f42e47d4a74338c6afc4749b112e8d0c /src/map/npc.hpp
parente5c60513d5b9c41cdca5ff0c01023d9ef4eb0cfb (diff)
downloadtmwa-e0ab38974d08268fd0bbbae16293afb31686c9f8.tar.gz
tmwa-e0ab38974d08268fd0bbbae16293afb31686c9f8.tar.bz2
tmwa-e0ab38974d08268fd0bbbae16293afb31686c9f8.tar.xz
tmwa-e0ab38974d08268fd0bbbae16293afb31686c9f8.zip
do non-timer events synchronously
Diffstat (limited to 'src/map/npc.hpp')
-rw-r--r--src/map/npc.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/npc.hpp b/src/map/npc.hpp
index fa5b6a3..e230ffe 100644
--- a/src/map/npc.hpp
+++ b/src/map/npc.hpp
@@ -45,7 +45,6 @@ constexpr Species INVISIBLE_CLASS = wrap<Species>(32767);
int npc_event_dequeue(dumb_ptr<map_session_data> sd);
int npc_event(dumb_ptr<map_session_data>, NpcEvent, int, Slice<argrec_t>);
-int npc_event(BlockId, NpcEvent, int, Slice<argrec_t>);
inline
int npc_event(dumb_ptr<map_session_data> sd, NpcEvent npcname, int i)
{