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/Entities/Unit | |
| parent | 24af663443be84ae2394c27287304ce794024058 (diff) | |
Core/Misc: Reduce code differences between branches
Diffstat (limited to 'src/server/game/Entities/Unit')
| -rw-r--r-- | src/server/game/Entities/Unit/Unit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index 960b402d05b..00c9b9dde4e 100644 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -5677,6 +5677,7 @@ Powers Unit::CalculateDisplayPowerType() const displayPower = POWER_ENERGY; break; case FORM_BEAR_FORM: + case FORM_DIRE_BEAR_FORM: displayPower = POWER_RAGE; break; case FORM_TRAVEL_FORM: @@ -12320,6 +12321,7 @@ uint32 Unit::GetModelForForm(ShapeshiftForm form, uint32 spellId) const case FORM_CAT_FORM: useRandom = HasAura(210333); break; // Glyph of the Feral Chameleon case FORM_TRAVEL_FORM: useRandom = HasAura(344336); break; // Glyph of the Swift Chameleon case FORM_AQUATIC_FORM: useRandom = HasAura(344338); break; // Glyph of the Aquatic Chameleon + case FORM_DIRE_BEAR_FORM: case FORM_BEAR_FORM: useRandom = HasAura(107059); break; // Glyph of the Ursol Chameleon case FORM_FLIGHT_FORM_EPIC: case FORM_FLIGHT_FORM: useRandom = HasAura(344342); break; // Glyph of the Aerial Chameleon |
