diff options
Diffstat (limited to 'world/map')
-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 d20da830..f8fe4a70 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 (getareausers("027-1.gat", 21, 30, 112, 105) == 0) + if (getmapusers("027-1.gat") == 0) killmonsterall "027-1.gat"; setnpctimer 0; |