diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-27 13:36:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-27 13:36:21 -0300 |
commit | 5c9b7b96ea78205dc428f38822b9e9f5e401c7e3 (patch) | |
tree | 7c09cd436c6892f420b5f6d9a574ad53e550e4e4 /npc/functions/hub.txt | |
parent | b23cfbfb47e8aa6aeab6cbddbeaebc973830134a (diff) | |
download | serverdata-5c9b7b96ea78205dc428f38822b9e9f5e401c7e3.tar.gz serverdata-5c9b7b96ea78205dc428f38822b9e9f5e401c7e3.tar.bz2 serverdata-5c9b7b96ea78205dc428f38822b9e9f5e401c7e3.tar.xz serverdata-5c9b7b96ea78205dc428f38822b9e9f5e401c7e3.zip |
Celestia's Arc - TMW's Mirror Lake Quest
Diffstat (limited to 'npc/functions/hub.txt')
-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 12c5e8dda..f3ff72983 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -294,7 +294,7 @@ function script HUB_Logout { // Destroy temporary characters if (countitem(MirrorLakeArmor)) { delitem MirrorLakeArmor, countitem(MirrorLakeArmor); - clearitem(); + //clearitem(); // Hm. resetlvl(2); resetstatus(); resetskill(); |