diff options
| author | megamage <none@none> | 2008-12-30 18:10:11 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-30 18:10:11 -0600 |
| commit | bf3f1877853041dcb86db0429d719adba77776a2 (patch) | |
| tree | ce4fb2871be5153a7b70219c17e5d1f86c812ad0 /src/game/SpellEffects.cpp | |
| parent | d088021a507eadf0f985f2d6452bca8fc9714005 (diff) | |
*Fix the bug of rockbiter.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 85984eeaa3d..e693cd9adbd 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -3820,7 +3820,7 @@ void Spell::EffectEnchantItemTmp(uint32 i) // Shaman Rockbiter Weapon if(i==0 && m_spellInfo->Effect[1]==SPELL_EFFECT_DUMMY) { - int32 enchnting_damage = m_currentBasePoints[1];//+1; + int32 enchnting_damage = damage;//+1; // enchanting id selected by calculated damage-per-sec stored in Effect[1] base value // with already applied percent bonus from Elemental Weapons talent |
