diff options
author | script-z3r0 <script-z3r0@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-11 21:26:36 +0000 |
---|---|---|
committer | script-z3r0 <script-z3r0@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-11 21:26:36 +0000 |
commit | b6c6eaa13c977f1430824613e46d525df303da61 (patch) | |
tree | 28541bb86e4504c2373c2363ae6269ca302fdb85 /npc/merchants | |
parent | 3ac466e7e094d378706fa2ec4ac42136796a65ec (diff) | |
download | hercules-b6c6eaa13c977f1430824613e46d525df303da61.tar.gz hercules-b6c6eaa13c977f1430824613e46d525df303da61.tar.bz2 hercules-b6c6eaa13c977f1430824613e46d525df303da61.tar.xz hercules-b6c6eaa13c977f1430824613e46d525df303da61.zip |
Fixed Missing ; Line 272
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15425 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/diamond.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/diamond.txt b/npc/merchants/diamond.txt index 431f8b7ac..5456947e2 100644 --- a/npc/merchants/diamond.txt +++ b/npc/merchants/diamond.txt @@ -268,7 +268,7 @@ prontera,165,89,6 script Rare Diamond Merchant#1 58,{ // Show Menu to Client and Determine if Second Option (2) was Chosen
if (select("Yes:No") == 2) {
// Standard Dialog
- mes .@npc$
+ mes .@npc$;
mes "Then, what is it you desire?..";
mes ". . . . . ....";
|