diff options
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; -} |