diff options
author | dastgir <dastgirpojee@rocketmail.com> | 2014-10-06 11:19:36 -0400 |
---|---|---|
committer | dastgir <dastgirpojee@rocketmail.com> | 2014-10-06 11:19:36 -0400 |
commit | cab72a6ef96805c5e9002b90317d161e0566807f (patch) | |
tree | 4bdaf3abbcf3141c25b3416824f77742e5b5f499 | |
parent | 6d5b8811b42669237939ccc468010b71fe463e37 (diff) | |
download | hercules-cab72a6ef96805c5e9002b90317d161e0566807f.tar.gz hercules-cab72a6ef96805c5e9002b90317d161e0566807f.tar.bz2 hercules-cab72a6ef96805c5e9002b90317d161e0566807f.tar.xz hercules-cab72a6ef96805c5e9002b90317d161e0566807f.zip |
Fixed Bug 8252
* fixing some typo on script
-rw-r--r-- | npc/quests/quests_prontera.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_umbala.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index d4588e5c5..a7bcecf3c 100644 --- a/npc/quests/quests_prontera.txt +++ b/npc/quests/quests_prontera.txt @@ -3390,7 +3390,7 @@ moc_fild16,201,295,5 script Assassin Guildsman#poiso 4_M_ACROSS,{ mes "......"; mes "........."; next; - mes "[Assassin Guildsman"; + mes "[Assassin Guildsman]"; mes "Listen carefully."; mes "I will only tell this"; mes "to you one time."; diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt index e160e84a8..0c0f57b99 100644 --- a/npc/quests/quests_umbala.txt +++ b/npc/quests/quests_umbala.txt @@ -459,12 +459,12 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{ set event_umbala,7; close; case 7: - mes "[Putsuchiritan]"; + mes "[Puchuchartan]"; mes "I don't know whether my talents"; mes "will be useful to you, but I'll"; mes "help you anyway."; next; - mes "[Putsuchiritan]"; + mes "[Puchuchartan]"; mes "I can create elemental essence from natural objects,"; mes "or, dismantle elemental stones into their component essences."; mes "Which would you like to do?"; |