diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-21 13:43:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-21 13:43:36 -0300 |
commit | 1a570ae3f4bbac85852252b32e39999edbc88968 (patch) | |
tree | e1f7f62845c24e97abf222dce91435baf5f09c94 /npc/functions | |
parent | d76a9cdac049ae1d6d67bc6db015a34a6cdab113 (diff) | |
download | serverdata-1a570ae3f4bbac85852252b32e39999edbc88968.tar.gz serverdata-1a570ae3f4bbac85852252b32e39999edbc88968.tar.bz2 serverdata-1a570ae3f4bbac85852252b32e39999edbc88968.tar.xz serverdata-1a570ae3f4bbac85852252b32e39999edbc88968.zip |
Fix Peter bugs leftovers. Attempt to correct a Sorfina bug.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 45fd8979b..831bd2e0f 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -135,7 +135,7 @@ function script HUB_Logout { // Logout/Death on Nard's ship hold if (compare(.@mapa$, "002-2") || compare(.@mapa$,"nard")) { setq2 ShipQuests_Peter, 0; - setq3 ShipQuests_Peter, -1; + setq3 ShipQuests_Peter, 0; // Bugfix } // Logout on botcheck area if (compare(.@mapa$,"botcheck") && !.@dead) { |