summaryrefslogtreecommitdiff
path: root/src/map/magic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic.h')
-rw-r--r--src/map/magic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/magic.h b/src/map/magic.h
index 49f2883..e15ca76 100644
--- a/src/map/magic.h
+++ b/src/map/magic.h
@@ -78,6 +78,12 @@ void
spell_execute(struct invocation *invocation);
/**
+ * Continue an NPC script embedded in a spell
+ */
+void
+spell_execute_script(struct invocation *invocation);
+
+/**
* Stops all magic bound to the specified character
*
*/