diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-01-04 20:22:18 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-01-04 20:23:24 -0800 |
commit | eb93b78baa8c33e0e0d1cfce38fea8ad08593fcc (patch) | |
tree | 0c9d2e4f7353edb483e75e89c90775da12240004 /world/map/npc/xmas | |
parent | 9040796b6d59d4b7116c666514c56227ed57c055 (diff) | |
download | serverdata-eb93b78baa8c33e0e0d1cfce38fea8ad08593fcc.tar.gz serverdata-eb93b78baa8c33e0e0d1cfce38fea8ad08593fcc.tar.bz2 serverdata-eb93b78baa8c33e0e0d1cfce38fea8ad08593fcc.tar.xz serverdata-eb93b78baa8c33e0e0d1cfce38fea8ad08593fcc.zip |
Replace remaining uses of 'break' with 'end'
Diffstat (limited to 'world/map/npc/xmas')
-rw-r--r-- | world/map/npc/xmas/2011/monsters.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/xmas/2011/monsters.txt b/world/map/npc/xmas/2011/monsters.txt index 4fc088a3..5f583ac5 100644 --- a/world/map/npc/xmas/2011/monsters.txt +++ b/world/map/npc/xmas/2011/monsters.txt @@ -7,7 +7,7 @@ On1015: set @mobID, 1015; callfunc "MobPoints"; - break; + end; } @@ -19,15 +19,15 @@ On1015: On1040: set @mobID, 1040; callfunc "MobPoints"; - break; + end; On1042: set @mobID, 1042; callfunc "MobPoints"; - break; + end; On1047: set @mobID, 1047; callfunc "MobPoints"; - break; + end; } |