summaryrefslogtreecommitdiff
path: root/world/map/npc/001-2/shops.txt
diff options
context:
space:
mode:
authorcoffee <coffee@coffee-EP45-UD3L.(none)>2011-09-04 22:17:43 -0300
committercoffee <coffee@coffee-EP45-UD3L.(none)>2011-09-04 22:17:43 -0300
commitf8af8ad0be73b3e0044803a09eb1e6e7f063b466 (patch)
treef6ab272b3ea359d994fc2de969cdf1b3f12b3647 /world/map/npc/001-2/shops.txt
parent9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9 (diff)
downloadserverdata-f8af8ad0be73b3e0044803a09eb1e6e7f063b466.tar.gz
serverdata-f8af8ad0be73b3e0044803a09eb1e6e7f063b466.tar.bz2
serverdata-f8af8ad0be73b3e0044803a09eb1e6e7f063b466.tar.xz
serverdata-f8af8ad0be73b3e0044803a09eb1e6e7f063b466.zip
Clear Temporary variables after you close npc window. Npcs from maps 001-2, 002-1 and 003-1.
Diffstat (limited to 'world/map/npc/001-2/shops.txt')
-rw-r--r--world/map/npc/001-2/shops.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/001-2/shops.txt b/world/map/npc/001-2/shops.txt
index d4cf178b..75753a4f 100644
--- a/world/map/npc/001-2/shops.txt
+++ b/world/map/npc/001-2/shops.txt
@@ -6,5 +6,7 @@
set @npcname$, "Rebecca the Inn Keeper";
set @cost, 100;
callfunc "Inn";
+ set @npcname$, "";
+ set @cost, 0;
close;
}