Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12789 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shadow
2008-06-08 11:12:34 +00:00
parent b6d223b8b4
commit c77d5fb163
2 changed files with 3 additions and 1 deletions

View File

@@ -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]

View File

@@ -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;