diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-02 16:17:50 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-02 16:17:50 -0400 |
commit | f8924867ee3e1020cb9fc73df98c22218a52ad2f (patch) | |
tree | 22bde1b4723e9a653722afd898354c3ef422e034 /world/map/npc/commands | |
parent | 2f97a15b49bf8c43ff9761e058b1a19a13856067 (diff) | |
parent | 3ad45c53e32f0700f68c429fd818372d9892c6d8 (diff) | |
download | serverdata-f8924867ee3e1020cb9fc73df98c22218a52ad2f.tar.gz serverdata-f8924867ee3e1020cb9fc73df98c22218a52ad2f.tar.bz2 serverdata-f8924867ee3e1020cb9fc73df98c22218a52ad2f.tar.xz serverdata-f8924867ee3e1020cb9fc73df98c22218a52ad2f.zip |
Merge pull request #492 from mekolat/puppet-checks
Puppet checks
Diffstat (limited to 'world/map/npc/commands')
-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; } |