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

Closes #7337

(cherrypicked from 8e865a60c8)
This commit is contained in:
ariel-
2017-03-07 20:19:53 -03:00
committed by Shauren
parent 5f2790815a
commit 6b150b6e55

View File

@@ -1687,6 +1687,10 @@ void AuraEffect::HandleAuraModShapeshift(AuraApplication const* aurApp, uint8 mo
switch (GetId())
{
// Bear Form
case 7090:
modelid = 29414;
break;
// Roc Form
case 35200:
modelid = 4877;