Core/Auras: implement correct model for Bear Form (used by npcs)

Closes #7337
This commit is contained in:
ariel-
2017-03-07 20:19:53 -03:00
committed by Aokromes
parent c3aaf501ab
commit eb2526c8e2

View File

@@ -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;