summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorshadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-13 00:36:12 +0000
committershadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-13 00:36:12 +0000
commit6d4bb53c8cdc4e8a28cf7afa981f1a62fc5072aa (patch)
tree70e023bf3e3616c90989cf8a4f5600ee380ae3e2 /npc
parent1a7d8ba302f9953c5995a84db8eed17d3683aa87 (diff)
downloadhercules-6d4bb53c8cdc4e8a28cf7afa981f1a62fc5072aa.tar.gz
hercules-6d4bb53c8cdc4e8a28cf7afa981f1a62fc5072aa.tar.bz2
hercules-6d4bb53c8cdc4e8a28cf7afa981f1a62fc5072aa.tar.xz
hercules-6d4bb53c8cdc4e8a28cf7afa981f1a62fc5072aa.zip
Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12816 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt3
-rw-r--r--npc/quests/quests_comodo.txt7
2 files changed, 7 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 67da23168..fdcac832d 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,9 @@
Date Added
======
+2008/06/13
+ * Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 [Brainstorm]
+
2008/06/08
* Fixed 4 bugs: blacksmith.txt. Added a garbage variable to F_ClearGarbage [Lupus]
* Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt
index 3b0c4c406..98e135f41 100644
--- a/npc/quests/quests_comodo.txt
+++ b/npc/quests/quests_comodo.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.5a
+//= 1.5b
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -26,6 +26,7 @@
//= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
//= 1.5 Rescripted Headgear Quests 1 to Aegis 10.3 Standards. [Samuray22]
//= 1.5a Fixed a bad countitem. (bugreport:840) [Samuray22]
+//= 1.5b Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 [Brainstorm]
//============================================================
// Headgear Quests 1
@@ -51,9 +52,9 @@ comodo,228,159,4 script Hair Ornament Girl 700,{
case 2:
callsub L_select,2,2233,1,746,20,0,0,5034; //Bulb Band (1) = Circlet (1) + Glass Bead (20)
case 3:
- callsub L_select,3,1099,1499,0,0,0,0,5049; //Stripe Band (1) = Worn Out Prison Uniform (1500)
+ callsub L_select,3,1099,1500,0,0,0,0,5049; //Stripe Band (1) = Worn Out Prison Uniform (1500)
case 4:
- callsub L_select,4,2211,1,978,1,7003,299,5052; //Blue hair band (1) = Bandana (1) + Cobaltblue Dyestuffs (1) + Anolian Skin (300)
+ callsub L_select,4,2211,1,978,1,7003,300,5052; //Blue hair band (1) = Bandana (1) + Cobaltblue Dyestuffs (1) + Anolian Skin (300)
}
L_select:
mes "[Hair Ornament Girl]";