diff options
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 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(); |