summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index b3f9dd5..cf50dfc 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1904,7 +1904,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;
}