diff options
-rw-r--r-- | world/map/npc/027-1/golbenez.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/027-1/golbenez.txt b/world/map/npc/027-1/golbenez.txt index 34885a34..a2989cb1 100644 --- a/world/map/npc/027-1/golbenez.txt +++ b/world/map/npc/027-1/golbenez.txt @@ -42,7 +42,7 @@ OnInit: end; OnTimer10000: - if (getareausers("027-1.gat", 21, 30, 112, 105) == 0) + if (getmapusers("027-1.gat") == 0) killmonsterall "027-1.gat"; setnpctimer 0; |