diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:06:51 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 737b08c1f0e3da7a8cf990dcd2cf6d43236975d6 (patch) | |
tree | 68d2367c45f140999ae13c1ff480afe87583d20c /world/map/npc/functions/undead_debug.txt | |
parent | ac94b5185e33f525bb26f02cafbd3d877d0a2f60 (diff) | |
download | serverdata-737b08c1f0e3da7a8cf990dcd2cf6d43236975d6.tar.gz serverdata-737b08c1f0e3da7a8cf990dcd2cf6d43236975d6.tar.bz2 serverdata-737b08c1f0e3da7a8cf990dcd2cf6d43236975d6.tar.xz serverdata-737b08c1f0e3da7a8cf990dcd2cf6d43236975d6.zip |
Fix Functions for AST
Diffstat (limited to 'world/map/npc/functions/undead_debug.txt')
-rw-r--r-- | world/map/npc/functions/undead_debug.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/functions/undead_debug.txt b/world/map/npc/functions/undead_debug.txt index 4b2a015a..a49fcd76 100644 --- a/world/map/npc/functions/undead_debug.txt +++ b/world/map/npc/functions/undead_debug.txt @@ -1,6 +1,6 @@ // Debug Crypts Battle -function|script|UndeadDebug|, +function|script|UndeadDebug { goto L_Main; @@ -82,7 +82,7 @@ L_Close: } // Debug for Krukan -027-3.gat,84,89,0|script|UndeadDebug3|155, +027-3.gat,84,89,0|script|UndeadDebug3|155 { set @undeaddebug, 3; callfunc "UndeadDebug"; @@ -94,7 +94,7 @@ OnInit: } // Debug for Razha -027-4.gat,76,79,0|script|UndeadDebug4|155, +027-4.gat,76,79,0|script|UndeadDebug4|155 { set @undeaddebug, 4; callfunc "UndeadDebug"; @@ -106,7 +106,7 @@ OnInit: } // Debug for Terogan -027-5.gat,72,26,0|script|UndeadDebug5|155, +027-5.gat,72,26,0|script|UndeadDebug5|155 { set @undeaddebug, 5; callfunc "UndeadDebug"; |