From e0ab38974d08268fd0bbbae16293afb31686c9f8 Mon Sep 17 00:00:00 2001 From: mekolat <mekolat@users.noreply.github.com> Date: Thu, 25 Jun 2015 18:00:28 -0400 Subject: do non-timer events synchronously --- src/map/npc.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/npc.hpp') 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) { -- cgit v1.2.3-70-g09d2