summaryrefslogtreecommitdiff
path: root/world/map/npc/031-4
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-12-23 15:42:11 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-12-28 01:20:39 +0100
commitfa608091cde4da71d99b78ce1563ee654189228a (patch)
tree29beaec827ed9e32ac2fbd29a1aeff63aa13634b /world/map/npc/031-4
parentabc8f8cb09b135151d8c860761837bdf5e0fdfd5 (diff)
downloadserverdata-fa608091cde4da71d99b78ce1563ee654189228a.tar.gz
serverdata-fa608091cde4da71d99b78ce1563ee654189228a.tar.bz2
serverdata-fa608091cde4da71d99b78ce1563ee654189228a.tar.xz
serverdata-fa608091cde4da71d99b78ce1563ee654189228a.zip
Prevented use of getareausers when possible
Diffstat (limited to 'world/map/npc/031-4')
-rw-r--r--world/map/npc/031-4/cindyCave.txt2
1 files changed, 1 insertions, 1 deletions
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";