mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Auras: implement correct model for Bear Form (used by npcs)
Closes #7337
This commit is contained in:
@@ -1701,6 +1701,10 @@ void AuraEffect::HandleAuraModShapeshift(AuraApplication const* aurApp, uint8 mo
|
||||
|
||||
switch (GetId())
|
||||
{
|
||||
// Bear Form
|
||||
case 7090:
|
||||
modelid = 29414;
|
||||
break;
|
||||
// Roc Form
|
||||
case 35200:
|
||||
modelid = 4877;
|
||||
|
||||
Reference in New Issue
Block a user