diff options
Diffstat (limited to 'world/map/npc/xmas/2011/monsters.txt')
-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; } |