diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-13 23:46:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-13 23:46:34 -0300 |
commit | eccf197be645e399cc0fc59ed7eb35335e1a2091 (patch) | |
tree | e2482e02042f70092c2770caef869f0d57559122 /npc/functions/hub.txt | |
parent | a670a9c3ad1f1babc00377dcc97b34395e9ea4f0 (diff) | |
download | serverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.tar.gz serverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.tar.bz2 serverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.tar.xz serverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.zip |
Fix bugs
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index c4870262e..54fd2d2da 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -209,6 +209,10 @@ function script HUB_Logout { if (.@mapa$ == "020-7-1") { callfunc("BSClearNest", @nestid); } + // Died or logged out on Eternal Swamps (Navigation Area) + if (.@mapa$ == "011-4") { + setmount 0; + } // Died or logged out on Player Story 2 - Magic School Port if (compare(.@mapa$, "0030")) { if (@ASSASSIN > 0) |