diff options
Diffstat (limited to 'src/map/magic.h')
-rw-r--r-- | src/map/magic.h | 6 |
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 * */ |