diff options
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 98ac23e69d5..28784baf64b 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -4086,7 +4086,7 @@ void Spell::TakePower() Powers powerType = Powers(m_spellInfo->powerType); - if(powerType == POWER_RUNE) + if(hit && powerType == POWER_RUNE) { TakeRunePower(); return; |