diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index db1a5c4fcbb..aa84fe3ed8b 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8214,7 +8214,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig if (this->GetTypeId() != TYPEID_PLAYER || !plr || plr->getClass() != CLASS_DEATH_KNIGHT) return false; - if(!plr->IsBaseRuneSlotsOnCooldown(RUNE_BLOOD)) + if (!plr->IsBaseRuneSlotsOnCooldown(RUNE_BLOOD)) return false; } |