diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-02 19:49:24 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-02 19:49:24 +0000 |
commit | 20e8cf548ba77e0d511760a768d5017092a44743 (patch) | |
tree | 9d0157148f251dbb4f8aaa878e8caf7176ca3803 | |
parent | 900ba8a9c48cb1ba36951ea719b0af29fd899891 (diff) | |
download | hercules-20e8cf548ba77e0d511760a768d5017092a44743.tar.gz hercules-20e8cf548ba77e0d511760a768d5017092a44743.tar.bz2 hercules-20e8cf548ba77e0d511760a768d5017092a44743.tar.xz hercules-20e8cf548ba77e0d511760a768d5017092a44743.zip |
- Fixed little mistake from previous commit.
- List of Bugs fixed:
bugreport:1569
bugreport:867
bugreport:2344
bugreport:3583
bugreport:3025
bugreport:3616
bugreport:3935
bugreport:4015
bugreport:4097
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15353 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/other/comodo_gambling.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index 0e83648e6..679244b9f 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -391,19 +391,19 @@ comodo,219,158,6 script Kachua 91,{ comodo,204,148,7 script Devellin 90,{ - mes "[Devellin]"{ - mes "It seems some traveller showed"{ - mes "a huge diamond to Kachua a while ago. Ever since then, all she's been talking about is diamonds and how much she wants them."{ + mes "[Devellin]"; + mes "It seems some traveller showed"; + mes "a huge diamond to Kachua a while ago. Ever since then, all she's been talking about is diamonds and how much she wants them."; next; - mes "[Devellin]"{ - mes "She's been getting pretty obsessive about it, which scares me. It seems she's more than willing to sacrifice anything she owns for a diamond."{ + mes "[Devellin]"; + mes "She's been getting pretty obsessive about it, which scares me. It seems she's more than willing to sacrifice anything she owns for a diamond."; next; - mes "[Devellin]"{ - mes "She's the type of person who'll do anything to get what she wants. I'm worried that she might give away something far more valuable than a diamond in exchange..."{ + mes "[Devellin]"; + mes "She's the type of person who'll do anything to get what she wants. I'm worried that she might give away something far more valuable than a diamond in exchange..."; close; } -comodo,210,154,2 script Suspicious Guy 118,{ +comodo,210,154,2 script Suspicious Guy#cmd 118,{ if (BaseClass == Job_Thief){ mes "[Cain]"; |