diff options
Diffstat (limited to 'world/map/npc/009-2/shops.txt')
-rw-r--r-- | world/map/npc/009-2/shops.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/009-2/shops.txt b/world/map/npc/009-2/shops.txt index ce7fc548..c6267ceb 100644 --- a/world/map/npc/009-2/shops.txt +++ b/world/map/npc/009-2/shops.txt @@ -10,7 +10,8 @@ // Receptionist // Offers the player to rest at the inn for 100gp -009-2.gat,50,48,0|script|Receptionist|108,{ +009-2.gat,50,48,0|script|Receptionist|108, +{ set @npcname$, "Receptionist"; set @cost, 100; callfunc "Inn"; |