diff options
Diffstat (limited to 'world/map/npc/005-4/bossfight.txt')
-rw-r--r-- | world/map/npc/005-4/bossfight.txt | 2 |
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; |