diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-02-05 20:20:17 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-02-05 20:20:17 +0100 |
commit | 9201c0f035308af07ef416a7a10fbaa98176badb (patch) | |
tree | 853ac8ad9cf42e61fbd6fea9f3b9b068e18de6b5 /src/server/game/Spells/Auras | |
parent | 24af663443be84ae2394c27287304ce794024058 (diff) |
Core/Misc: Reduce code differences between branches
Diffstat (limited to 'src/server/game/Spells/Auras')
-rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 4dc2623ddc4..bc414da722f 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -1489,6 +1489,7 @@ void AuraEffect::HandleShapeshiftBoosts(Unit* target, bool apply) const spellId = 5421; break; case FORM_BEAR_FORM: + case FORM_DIRE_BEAR_FORM: spellId = 1178; spellId2 = 21178; spellId3 = 106829; @@ -1933,6 +1934,7 @@ void AuraEffect::HandleAuraModShapeshift(AuraApplication const* aurApp, uint8 mo case FORM_TRAVEL_FORM: case FORM_AQUATIC_FORM: case FORM_BEAR_FORM: + case FORM_DIRE_BEAR_FORM: case FORM_FLIGHT_FORM_EPIC: case FORM_FLIGHT_FORM: case FORM_MOONKIN_FORM: @@ -1993,6 +1995,7 @@ void AuraEffect::HandleAuraModShapeshift(AuraApplication const* aurApp, uint8 mo { // Nordrassil Harness - bonus case FORM_BEAR_FORM: + case FORM_DIRE_BEAR_FORM: case FORM_CAT_FORM: if (AuraEffect* dummy = target->GetAuraEffect(37315, 0)) target->CastSpell(target, 37316, dummy); |