aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Spell.cpp2
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;