From 4d56e510be1ebe8075e3e186cf501c2fe8617952 Mon Sep 17 00:00:00 2001 From: eaac Date: Mon, 21 Aug 2006 13:08:27 +0000 Subject: * Fixing MoM's typos (Citrin -> Citrine) over Lv4 weapon quest. [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8398 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/Lvl4_weapon_quest.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'npc/quests/Lvl4_weapon_quest.txt') diff --git a/npc/quests/Lvl4_weapon_quest.txt b/npc/quests/Lvl4_weapon_quest.txt index e2a674fc1..b3183c526 100644 --- a/npc/quests/Lvl4_weapon_quest.txt +++ b/npc/quests/Lvl4_weapon_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Vicious_Pucca, Reddozen & MasterOfMuppets //===== Current Version: ===================================== -//= 1.1 +//= 1.21 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -14,6 +14,7 @@ //= reddozen for fixing bugs. //= 1.1 Many fixes to spelling, grammar, and sentence order. [Silent] //= 1.2 A small fix, thanks to vicious_pucca [MasterOfMuppets] +//= 1.21 Fixing MoM's typos (Citrin -> Citrine) [erKURITA] //============================================================ //--------------------------------------------------------------- @@ -132,7 +133,7 @@ L4_0_1: mes "For that, I need some rare ores..."; next; mes "[Bazo]"; - mes "Please bring me 30 of either Citrin, Turquoise or Agate."; + mes "Please bring me 30 of either Citrine, Turquoise or Agate."; mes "Each one of them possess their own attribute"; mes "and following by the ore you have brought,"; mes "my product will possess a special trait."; @@ -190,7 +191,7 @@ LV4_1_CTA: switch( select( "Citrine", "Turquoise", "Agate" ) ) { case 1: mes "[Bazo]"; - mes "Citrin...okay. Before we start,"; + mes "Citrine...okay. Before we start,"; set @gem, $@LV4_Citrine; set @gemstring$,"Citrine"; break; @@ -222,7 +223,7 @@ LV4_1_CT: switch( select( "Citrine", "Turquoise" ) ) { case 1: mes "[Bazo]"; - mes "Citrin...okay. Before we start,"; + mes "Citrine...okay. Before we start,"; set @gem, $@LV4_Citrine; set @gemstring$,"Citrine"; break; @@ -248,7 +249,7 @@ LV4_1_CA: switch( select( "Citrine", "Agate" ) ) { case 1: mes "[Bazo]"; - mes "Citrin...okay. Before we start,"; + mes "Citrine...okay. Before we start,"; set @gem, $@LV4_Citrine; set @gemstring$,"Citrine"; break; @@ -292,7 +293,7 @@ LV4_1_TA: LV4_1_C: mes "[Bazo]"; - mes "Citrin...okay. Before we start,"; + mes "Citrine...okay. Before we start,"; set @gem, $@LV4_Citrine; set @gemstring$,"Citrine"; goto LV4_1_PICK; @@ -381,7 +382,7 @@ LV4_1_FAIL: mes "For that, I need some rare ores..."; next; mes "[Bazo]"; - mes "Please bring me 30 of either Citrin, Turquoise or Agate."; + mes "Please bring me 30 of either Citrine, Turquoise or Agate."; mes "Each one of them possess their own attribute"; mes "and using the ore you have brought,"; mes "my product will possess a special trait."; @@ -920,7 +921,7 @@ LV4_8_FAIL: mes "For that, I need some rare ores..."; next; mes "[Hibilaithan]"; - mes "Please bring me 30 of an ore among Citrin, Biotite or Pyroxene."; + mes "Please bring me 30 of an ore among Citrine, Biotite or Pyroxene."; mes "Each one of them possess their own attributes"; mes "and by using the ore you have brought,"; mes "my product will possess a special trait."; -- cgit v1.2.3-60-g2f50