diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 65f5ee577..60f8b14ad 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -383,15 +383,6 @@ int npc_event_doall_id(const char* name, int rid) return c; } - -/// Checks whether or not the event name is used as transport for -/// special flags. -bool npc_event_isspecial(const char* eventname) -{ - return (bool)( eventname && ISDIGIT(eventname[0]) && !strstr(eventname, "::") ); -} - - /*========================================== * Clock event execution * OnMinute/OnClock/OnHour/OnDay/OnDDHHMM |