Don't take away runes when not hitting

--HG--
branch : trunk
This commit is contained in:
thenecromancer
2010-02-20 15:29:16 +01:00
parent af6c4647be
commit e4424f1d16

View File

@@ -4086,7 +4086,7 @@ void Spell::TakePower()
Powers powerType = Powers(m_spellInfo->powerType);
if(powerType == POWER_RUNE)
if(hit && powerType == POWER_RUNE)
{
TakeRunePower();
return;