summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorshadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-08 11:12:34 +0000
committershadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-08 11:12:34 +0000
commitf64d944b2618bb3209643354c167fda88fd8994f (patch)
tree59ce95ad192de822a6b9915019047f38f06da8a4 /npc
parent33a282fbb9ba5b0bcb2734b712244f4846f41111 (diff)
downloadhercules-f64d944b2618bb3209643354c167fda88fd8994f.tar.gz
hercules-f64d944b2618bb3209643354c167fda88fd8994f.tar.bz2
hercules-f64d944b2618bb3209643354c167fda88fd8994f.tar.xz
hercules-f64d944b2618bb3209643354c167fda88fd8994f.zip
Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12789 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/The_Sign_Quest.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 42ba8e9f3..f69ee8cc2 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2008/06/08
+ * Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473
* Removed duplicated quest warp portal on /warps/dungeons/juperos.txt, bugreport:1486
* Fixed a bug on Markie question 5, bugreport:1600 [Brainstorm]
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index 240e12e96..464bff9ef 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -39,6 +39,7 @@
//= 2.4 Optimized/simplified some poorly written code; fixed wrong quiz answers [ultramage]
//= 2.5 Updated to fall within proper name restrictions. [L0ne_W0lf]
//= 2.5a Corrected a Typo error ";;". [Samuray22]
+//= 2.6 Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473 [Brainstorm]
//============================================================
//===== Configuration : ======================================
prontera,1,1,1 script TheSignConfig -1,{
@@ -5383,7 +5384,7 @@ L_Refine:
mes "a failure, bring me back";
mes "the materials and I'll";
mes "try again.";
- getitem 7177,7;
+ getitem 7177,5;
set signquest,22;
close;