diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:33:31 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:33:31 -0700 |
commit | a00579f57be4f02cd2a60ecd9468277ba6631e78 (patch) | |
tree | bc1117ddede14e61b030bfe7a337d323ddea75c2 /world/map/npc/annuals/xmas/debug.txt | |
parent | c0ba38cd4b68491e28e467889804ebc09c9c002e (diff) | |
download | serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.gz serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.bz2 serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.xz serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.zip |
Fix style (split for more readable diff)
Diffstat (limited to 'world/map/npc/annuals/xmas/debug.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/debug.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/world/map/npc/annuals/xmas/debug.txt b/world/map/npc/annuals/xmas/debug.txt index 05d9a1f1..d51f57ac 100644 --- a/world/map/npc/annuals/xmas/debug.txt +++ b/world/map/npc/annuals/xmas/debug.txt @@ -201,16 +201,16 @@ L_End: 030-3.gat,26,26,0|script|XmasDebug#3|105, { - callfunc "XmasDebug"; - goto L_End; + callfunc "XmasDebug"; + goto L_End; OnInit: - if(!(debug)) - disablenpc "XmasDebug#3"; + if(!(debug)) + disablenpc "XmasDebug#3"; goto L_End; L_End: - end; + end; } 030-4.gat,30,30,0|script|XmasDebug#4|111, @@ -230,24 +230,24 @@ L_End: botcheck.gat,26,28,0|script|XmasDebug#5|105, { - if(getgmlevel() < 40) - goto L_End; + if(getgmlevel() < 40) + goto L_End; - callfunc "XmasDebug"; + callfunc "XmasDebug"; goto L_End; L_End: - end; + end; } 020-1.gat,86,76,0|script|XmasDebug#6|105, { - callfunc "XmasDebug"; + callfunc "XmasDebug"; goto L_End; OnInit: - if(!(debug)) - disablenpc "XmasDebug#6"; + if(!(debug)) + disablenpc "XmasDebug#6"; goto L_End; L_End: |