diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-04 17:20:40 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 16:52:19 +0200 |
commit | 94266c9a68a8eb505ed241557fe9af96301a6180 (patch) | |
tree | f96f007b8b64649c0342dd4626c7b59cbd6d12e0 /npc/quests/skills/sage_skills.txt | |
parent | 19d6148750b5d64a3526f68cf8eb1c5c5a360df5 (diff) | |
download | hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.gz hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.bz2 hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.xz hercules-94266c9a68a8eb505ed241557fe9af96301a6180.zip |
Removed Blank Messages
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/skills/sage_skills.txt')
-rw-r--r-- | npc/quests/skills/sage_skills.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/skills/sage_skills.txt b/npc/quests/skills/sage_skills.txt index 55fd0a824..9303f53c5 100644 --- a/npc/quests/skills/sage_skills.txt +++ b/npc/quests/skills/sage_skills.txt @@ -183,14 +183,14 @@ yuno_in03,176,24,3 script Mischna 4_M_SAGE_C,{ mes "The first is called ^FF0000Elemental"; mes "Change^000000, which enables you"; mes "to change a monster's attribute"; - mes "according to the specific element^FFFFFF ^000000 of the Elemental Change skill"; + mes "according to the specific element of the Elemental Change skill"; mes "that you have learned."; next; mes "[Mishuna]"; mes "The second is called"; mes "Elemental Converter Creation,"; mes "which enables you to create"; - mes "converter items that are required^FFFFFF ^000000 to use the Elemental Change skill."; + mes "converter items that are required to use the Elemental Change skill."; next; mes "[Mishuna]"; mes "Although the knowledge of"; @@ -236,7 +236,7 @@ yuno_in03,176,24,3 script Mischna 4_M_SAGE_C,{ mes "nexting here for your"; mes "return. Remember that we"; mes "need these items to create"; - mes "a converter so that you can^FFFFFF ^000000 learn the skill from my example..."; + mes "a converter so that you can learn the skill from my example..."; SAG_SK = 1; close; } |