diff options
author | tux9th <mr.x@aon.at> | 2013-09-11 01:48:33 -0700 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-11 01:48:33 -0700 |
commit | 79a4025fb7d47b6ae741526d699ee324a3eaf72d (patch) | |
tree | 88c2a308e7be7dc9b872862c419a167b4d1bddeb | |
parent | 4fb35861efa05c83d5c8e32cad58268ec1674302 (diff) | |
parent | d58dd7b9449699a06ec9c5571880b23b143673e5 (diff) | |
download | serverdata-79a4025fb7d47b6ae741526d699ee324a3eaf72d.tar.gz serverdata-79a4025fb7d47b6ae741526d699ee324a3eaf72d.tar.bz2 serverdata-79a4025fb7d47b6ae741526d699ee324a3eaf72d.tar.xz serverdata-79a4025fb7d47b6ae741526d699ee324a3eaf72d.zip |
Merge pull request #30 from cody/master
Add missing close to Diryn
-rw-r--r-- | world/map/npc/008-1/diryn.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/008-1/diryn.txt b/world/map/npc/008-1/diryn.txt index ae3368ac..71f9398f 100644 --- a/world/map/npc/008-1/diryn.txt +++ b/world/map/npc/008-1/diryn.txt @@ -98,11 +98,13 @@ L_Diryn_Nivalis: L_Diryn_No: mes "[Diryn]"; mes "\"Perhaps some day you will have the courage to help us. Enjoy your stay here in Hurnscald.\""; + close2; goto L_Clearvars; L_NoMoney: mes "[Diryn]"; - mes "\"Sorry, you don't have enough. Maybe next time.\""; + mes "\"Sorry, you don't have enough money. Maybe next time.\""; + close2; goto L_Clearvars; L_LowerCost: |