diff options
-rw-r--r-- | npc/items/maps.txt | 4 |
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; } |