diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:10:57 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:10:57 -0200 |
commit | 435f9aba140528e758518d3c00dc1b3850d399e7 (patch) | |
tree | 9aacfc8e1b3bef6abd432931757d462ad15de443 /npc/functions/main.txt | |
parent | 6f1a2ad1083c5a1b638690d58c847f029d1f4915 (diff) | |
download | serverdata-435f9aba140528e758518d3c00dc1b3850d399e7.tar.gz serverdata-435f9aba140528e758518d3c00dc1b3850d399e7.tar.bz2 serverdata-435f9aba140528e758518d3c00dc1b3850d399e7.tar.xz serverdata-435f9aba140528e758518d3c00dc1b3850d399e7.zip |
Update Eugene quest experience. Prepare update system so old players get rewarded.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 8ddcd631b..a05d07276 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -256,7 +256,7 @@ function script any_of { ///////////////////////////////////////////// function script getmap { - if (getmapxy(.@mapName$, .@xpos, .@ypos, 0) != 0) + if (getmapxy(.@mapName$, .@xpos, .@ypos, getarg(0,0)) != 0) return false; return .@mapName$; } |