diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-13 10:30:14 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-13 22:09:03 -0400 |
commit | 414b37aedff74320b0c991a113e752fa3e014bd7 (patch) | |
tree | a2b03602e3c54a9968f5b8961dc5fab85da8b803 /world/map/npc/functions/debug.txt | |
parent | da0f4578b83cc2f9df249dc1bb5bb33d720cb7a8 (diff) | |
download | serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.tar.gz serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.tar.bz2 serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.tar.xz serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.zip |
a few fixes/modifications here and there
Diffstat (limited to 'world/map/npc/functions/debug.txt')
-rwxr-xr-x | world/map/npc/functions/debug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/debug.txt b/world/map/npc/functions/debug.txt index f20d27b8..44af4d40 100755 --- a/world/map/npc/functions/debug.txt +++ b/world/map/npc/functions/debug.txt @@ -7,7 +7,7 @@ function|script|Debug mes ""; mes "%%E ##a"+ getspellinvocation("debug0") +"##0"; set @debug_npc, 0; - close; + goto L_Close; L_Begin: set @debug_mask, 65535; |