summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorSirius <zopokx@gmail.com>2013-05-26 02:53:06 -0700
committerSirius <zopokx@gmail.com>2013-05-26 02:53:06 -0700
commit73169ee3002dc038f8556c74df250f6fbc029f1f (patch)
tree5db73037f519e29cde6f9757bbff2431f0bcecf7 /src/map/script.c
parent7f1ebe25ba78b33cb1dc9169fdaedf4335423739 (diff)
downloadhercules-73169ee3002dc038f8556c74df250f6fbc029f1f.tar.gz
hercules-73169ee3002dc038f8556c74df250f6fbc029f1f.tar.bz2
hercules-73169ee3002dc038f8556c74df250f6fbc029f1f.tar.xz
hercules-73169ee3002dc038f8556c74df250f6fbc029f1f.zip
* Poring War: Added missing barrier resets [Euphy's rAthena fix based on my report]
* Added support for Baby Novices in the Novice's Quest Skills * Hotfix for the Blacksmith Rank bugreport: http://hercules.ws/board/tracker/issue-7288-max-refine-blacksmith-rank/ * Added duplicates from pre-re Mage Quest required in Sage Quest Skill.
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 9a123705b..c1b3cbf70 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -7272,7 +7272,7 @@ BUILDIN(successrefitem)
clif->additem(sd,i,1,0);
pc_equipitem(sd,i,ep);
clif->misceffect(&sd->bl,3);
- if(sd->status.inventory[i].refine == MAX_REFINE &&
+ if(sd->status.inventory[i].refine == 10 &&
sd->status.inventory[i].card[0] == CARD0_FORGE &&
sd->status.char_id == (int)MakeDWord(sd->status.inventory[i].card[2],sd->status.inventory[i].card[3])
){ // Fame point system [DracoRPG]