summaryrefslogtreecommitdiff
path: root/world/map/npc/005-4/bossfight.txt
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/005-4/bossfight.txt
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/005-4/bossfight.txt')
-rw-r--r--world/map/npc/005-4/bossfight.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/005-4/bossfight.txt b/world/map/npc/005-4/bossfight.txt
index d4616363..9fc06005 100644
--- a/world/map/npc/005-4/bossfight.txt
+++ b/world/map/npc/005-4/bossfight.txt
@@ -12,7 +12,7 @@
if ($@ELE_CAVE_STATUS != 0) goto L_Enjoy; // Prevent from starting level 1 from two different players
set $@ELE_CAVE_STATUS, 1;
- set $@ELE_CAVE_PLAYER_COUNT, getareausers("005-4.gat", 19, 19, 54, 37);
+ set $@ELE_CAVE_PLAYER_COUNT, getmapusers("005-4.gat");
startnpctimer;