diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 86acb62..b1ac9e3 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1906,7 +1906,7 @@ map_scriptcont(struct map_session_data *sd, int id) switch (bl->type) { case BL_NPC: return npc_scriptcont(sd, id); case BL_SPELL: - spell_execute((struct invocation *) bl); + spell_execute_script((struct invocation *) bl); break; } |