diff options
author | wushin <pasekei@gmail.com> | 2015-01-07 20:45:06 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-07 20:45:06 -0600 |
commit | fb7caf2cb0e768cf4b9c7f83df644edc97250a78 (patch) | |
tree | 5b02ef734b0e3ed83029cc0d5e72d78e25d6d301 /world/map/npc/annuals/halloween/debug.txt | |
parent | db86987bfc74b19d1c77c321aa16773fa3ed57d7 (diff) | |
download | serverdata-fb7caf2cb0e768cf4b9c7f83df644edc97250a78.tar.gz serverdata-fb7caf2cb0e768cf4b9c7f83df644edc97250a78.tar.bz2 serverdata-fb7caf2cb0e768cf4b9c7f83df644edc97250a78.tar.xz serverdata-fb7caf2cb0e768cf4b9c7f83df644edc97250a78.zip |
Add Annual Changes
Diffstat (limited to 'world/map/npc/annuals/halloween/debug.txt')
-rw-r--r-- | world/map/npc/annuals/halloween/debug.txt | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/world/map/npc/annuals/halloween/debug.txt b/world/map/npc/annuals/halloween/debug.txt index 64da1d38..38bed87f 100644 --- a/world/map/npc/annuals/halloween/debug.txt +++ b/world/map/npc/annuals/halloween/debug.txt @@ -139,42 +139,3 @@ L_Close: set @halloween_npc_id, 0; close; } -009-1.gat,51,38,0|script|HalloweenDebug#1|409 -{ - callfunc "HalloweenDebug"; - goto L_End; - -OnInit: - if(!debug) - disablenpc "HalloweenDebug#1"; - goto L_End; - -L_End: - end; -} -001-1.gat,38,26,0|script|HalloweenDebug#2|409 -{ - callfunc "HalloweenDebug"; - goto L_End; - -OnInit: - if(!debug) - disablenpc "HalloweenDebug#2"; - goto L_End; - -L_End: - end; -} -026-1.gat,23,37,0|script|HalloweenDebug#3|409 -{ - callfunc "HalloweenDebug"; - goto L_End; - -OnInit: - if(!debug) - disablenpc "HalloweenDebug#3"; - goto L_End; - -L_End: - end; -} |