diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:07:05 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 202efdfbd4c20bf1088ea5abb916b47b5fa55968 (patch) | |
tree | e37b9c0d5b3811c8a93bcd94141e6feecc94be97 /world/map/npc/annuals/halloween/debug.txt | |
parent | 737b08c1f0e3da7a8cf990dcd2cf6d43236975d6 (diff) | |
download | serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.tar.gz serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.tar.bz2 serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.tar.xz serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.zip |
Fix Annuals for AST
Diffstat (limited to 'world/map/npc/annuals/halloween/debug.txt')
-rw-r--r-- | world/map/npc/annuals/halloween/debug.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/annuals/halloween/debug.txt b/world/map/npc/annuals/halloween/debug.txt index 0da5e361..64da1d38 100644 --- a/world/map/npc/annuals/halloween/debug.txt +++ b/world/map/npc/annuals/halloween/debug.txt @@ -1,7 +1,7 @@ // Halloween Debug // Author: Wushin -function|script|HalloweenDebug|, +function|script|HalloweenDebug { if(debug) goto L_Debug; @@ -139,7 +139,7 @@ L_Close: set @halloween_npc_id, 0; close; } -009-1.gat,51,38,0|script|HalloweenDebug#1|409, +009-1.gat,51,38,0|script|HalloweenDebug#1|409 { callfunc "HalloweenDebug"; goto L_End; @@ -152,7 +152,7 @@ OnInit: L_End: end; } -001-1.gat,38,26,0|script|HalloweenDebug#2|409, +001-1.gat,38,26,0|script|HalloweenDebug#2|409 { callfunc "HalloweenDebug"; goto L_End; @@ -165,7 +165,7 @@ OnInit: L_End: end; } -026-1.gat,23,37,0|script|HalloweenDebug#3|409, +026-1.gat,23,37,0|script|HalloweenDebug#3|409 { callfunc "HalloweenDebug"; goto L_End; |