diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 13:08:27 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 13:08:27 +0000 |
commit | 4d56e510be1ebe8075e3e186cf501c2fe8617952 (patch) | |
tree | 619cbe830331fa381bbb4dfb8e9cc00f383d3342 /npc/quests/Lvl4_weapon_quest.txt | |
parent | 966f777cbeb5ae14e417f8dfa104abf894aa0309 (diff) | |
download | hercules-4d56e510be1ebe8075e3e186cf501c2fe8617952.tar.gz hercules-4d56e510be1ebe8075e3e186cf501c2fe8617952.tar.bz2 hercules-4d56e510be1ebe8075e3e186cf501c2fe8617952.tar.xz hercules-4d56e510be1ebe8075e3e186cf501c2fe8617952.zip |
* 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
Diffstat (limited to 'npc/quests/Lvl4_weapon_quest.txt')
-rw-r--r-- | npc/quests/Lvl4_weapon_quest.txt | 17 |
1 files changed, 9 insertions, 8 deletions
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.";
|