summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-01 21:45:26 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-01 21:45:26 -0300
commit62a8fe71297963aad34f04944a29fe832f89ecd5 (patch)
tree0e2eff18dae89ab9857af724e5de725a7ce9af15
parent011aa3739e9834835abc37fb9c88bad88376c973 (diff)
downloadserverdata-62a8fe71297963aad34f04944a29fe832f89ecd5.tar.gz
serverdata-62a8fe71297963aad34f04944a29fe832f89ecd5.tar.bz2
serverdata-62a8fe71297963aad34f04944a29fe832f89ecd5.tar.xz
serverdata-62a8fe71297963aad34f04944a29fe832f89ecd5.zip
Update (hack) Tulimshar map.
I wasn't planning on this, but as poppet did it, then sure, why not.
-rw-r--r--npc/items/maps.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/items/maps.txt b/npc/items/maps.txt
index cb9b418d6..7c4322437 100644
--- a/npc/items/maps.txt
+++ b/npc/items/maps.txt
@@ -9,9 +9,11 @@ function script wmap {
setnpcdialogtitle l("World Map - @@", l(.@loc$));
setskin "map_"+.@loc$;
mes "Please keep your ManaPlus updated.";
- select("Ok");
+ select("Ok:All");
setskin "";
closeclientdialog;
+ if (@menu == 2)
+ callfunc("wmap", "South");
return;
}