diff options
author | wushin <pasekei@gmail.com> | 2013-12-02 10:23:56 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-12-02 10:23:56 -0600 |
commit | a39eb93087baee69fdf3719a2d227af6598d3d46 (patch) | |
tree | 0a1ac4b2813fdf13a4a9fa40e5d7515f8fb5b5fd /world/map/npc | |
parent | 0a2c474e0aa0816a4085cf1999c1fe26a7764aad (diff) | |
download | serverdata-a39eb93087baee69fdf3719a2d227af6598d3d46.tar.gz serverdata-a39eb93087baee69fdf3719a2d227af6598d3d46.tar.bz2 serverdata-a39eb93087baee69fdf3719a2d227af6598d3d46.tar.xz serverdata-a39eb93087baee69fdf3719a2d227af6598d3d46.zip |
Fix so Golbenez takes whole map into account
Diffstat (limited to 'world/map/npc')
-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; |