summaryrefslogtreecommitdiff
path: root/world/map/npc/027-1/golbenez.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/027-1/golbenez.txt')
-rw-r--r--world/map/npc/027-1/golbenez.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/027-1/golbenez.txt b/world/map/npc/027-1/golbenez.txt
index 34885a34..f8fe4a70 100644
--- a/world/map/npc/027-1/golbenez.txt
+++ b/world/map/npc/027-1/golbenez.txt
@@ -38,11 +38,12 @@ L_Weak:
// Golbenez resets the graveyard monsters when no players are present
// He's such an evil guy!
OnInit:
+ if (debug >= 2) end;
initnpctimer;
end;
OnTimer10000:
- if (getareausers("027-1.gat", 21, 30, 112, 105) == 0)
+ if (getmapusers("027-1.gat") == 0)
killmonsterall "027-1.gat";
setnpctimer 0;