From 32407f62339afd9818732b4c0fb87b83119d0a39 Mon Sep 17 00:00:00 2001 From: tux9th Date: Wed, 22 Jan 2014 21:21:09 +0100 Subject: 027-1: no longer count dead bodies when resetting mobs on map. --- world/map/npc/027-1/golbenez.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/027-1/golbenez.txt b/world/map/npc/027-1/golbenez.txt index f8fe4a70..7c1956c6 100644 --- a/world/map/npc/027-1/golbenez.txt +++ b/world/map/npc/027-1/golbenez.txt @@ -43,7 +43,7 @@ OnInit: end; OnTimer10000: - if (getmapusers("027-1.gat") == 0) + if (getareausers("027-1.gat", 0, 0, 149, 119, 1) == 0) killmonsterall "027-1.gat"; setnpctimer 0; -- cgit v1.2.3-60-g2f50