From eb93b78baa8c33e0e0d1cfce38fea8ad08593fcc Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 4 Jan 2013 20:22:18 -0800 Subject: Replace remaining uses of 'break' with 'end' --- world/map/npc/xmas/2011/monsters.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/xmas') 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; } -- cgit v1.2.3-70-g09d2