From fa608091cde4da71d99b78ce1563ee654189228a Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Fri, 23 Dec 2011 15:42:11 +0100 Subject: Prevented use of getareausers when possible --- world/map/npc/031-4/cindyCave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/031-4') diff --git a/world/map/npc/031-4/cindyCave.txt b/world/map/npc/031-4/cindyCave.txt index 0c964708..6e6e143b 100644 --- a/world/map/npc/031-4/cindyCave.txt +++ b/world/map/npc/031-4/cindyCave.txt @@ -63,7 +63,7 @@ L_Try_Cage: set $@FIGHT_YETI_STATUS, 1; set $@FIGHT_YETI_WAVE, 0; set $@YETI_COUNT, 1; - set $@FIGHT_YETI_PLAYER_COUNT, getareausers("031-4.gat", 0, 0, 95, 91); + set $@FIGHT_YETI_PLAYER_COUNT, getmapusers("031-4.gat"); // this yeti is spawned because of some timing problems // without it, the first and second wave start nearly the same time areamonster "031-4.gat", 0, 0, 95, 91, "", 1072, 1, "Cindy::onPetDeath"; -- cgit v1.2.3-60-g2f50