diff options
Diffstat (limited to 'world/map/npc/017-9/npcs.txt')
-rw-r--r-- | world/map/npc/017-9/npcs.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/017-9/npcs.txt b/world/map/npc/017-9/npcs.txt index b14428c5..e5a2ec04 100644 --- a/world/map/npc/017-9/npcs.txt +++ b/world/map/npc/017-9/npcs.txt @@ -44,3 +44,13 @@ callfunc "SuperDebug"; end; } + +-|script|Numa Spell|32767 +{ + callfunc "SuperDebug"; + end; + +OnInit: + registercmd "@numa", "Numa Spell"; + end; +} |