diff --git a/Source/Game/Spells/Auras/AuraEffect.cs b/Source/Game/Spells/Auras/AuraEffect.cs index a854ad676..d03f75d2f 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -1297,6 +1297,10 @@ namespace Game.Spells switch (GetId()) { + // Bear Form + case 7090: + modelid = 29414; + break; // Roc Form case 35200: modelid = 4877;