diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index cab526151..042da1a0c 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -666,7 +666,7 @@ int npc_settimerevent_tick(struct npc_data* nd, int newtimer) { bool flag; int old_rid; - struct map_session_data *sd = NULL; + //struct map_session_data *sd = NULL; nullpo_retr(0, nd); |