diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/lofteleporter.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index eb1f9addd..1e2f8e889 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -108,6 +108,9 @@ OnUse: break; case 8: //atcommand("@block "+strcharinfo(0)); + // Reset your bank savings (temporary) + #MerchantBank=BankVault; + BankVault=0; setq2 LoFQuest_EPISODE, 0; setq3 LoFQuest_EPISODE, 0; warp "032-1", 23, 25; |