diff options
author | script-z3r0 <script-z3r0@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-11 21:54:31 +0000 |
---|---|---|
committer | script-z3r0 <script-z3r0@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-11 21:54:31 +0000 |
commit | 0974fb3b2176db1d66b63e7de7903b6986a40291 (patch) | |
tree | 53379edc354ce3b43da8eca1263be70faae905c6 /npc | |
parent | 24faabf0fd69760fe148c4b0fb3677ef0ee19855 (diff) | |
download | hercules-0974fb3b2176db1d66b63e7de7903b6986a40291.tar.gz hercules-0974fb3b2176db1d66b63e7de7903b6986a40291.tar.bz2 hercules-0974fb3b2176db1d66b63e7de7903b6986a40291.tar.xz hercules-0974fb3b2176db1d66b63e7de7903b6986a40291.zip |
removed a double space: emotion e_loud to emotion e_loud
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15428 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/merchants/diamond.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/diamond.txt b/npc/merchants/diamond.txt index 74dc8ae3f..6c1440c84 100644 --- a/npc/merchants/diamond.txt +++ b/npc/merchants/diamond.txt @@ -29,7 +29,7 @@ prontera,165,89,6 script Rare Diamond Merchant#1 58,{ mes "You can give the diamond as a gift to your lover.";
mes "The receiver of the ^FF82FF'17 Carat Diamond'^000000 will cherish it";
mes "and treasure you in their heart.";
- emotion e_loud;
+ emotion e_loud;
next;
mes .@npc$;
@@ -157,7 +157,7 @@ prontera,165,89,6 script Rare Diamond Merchant#1 58,{ close;
}
- else {
+ else {
mes .@npc$;
mes "Hm?";
mes "I'm sorry, but you don't have sufficient funds.";
|