diff options
-rw-r--r-- | world/map/npc/commands/numa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/commands/numa.txt b/world/map/npc/commands/numa.txt index e8e8cabd..78746a26 100644 --- a/world/map/npc/commands/numa.txt +++ b/world/map/npc/commands/numa.txt @@ -90,7 +90,7 @@ L_Close: OnInit: registercmd chr(ATCMD_SYMBOL) + "numa", strnpcinfo(0); registercmd chr(ATCMD_SYMBOL) + "superdebug", strnpcinfo(0); - void puppet("017-9", 30, 28, "Numa", 393); + if (puppet("017-9", 30, 28, "Numa", 393) < 1) mapexit; end; } |