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

Port From (https://github.com/TrinityCore/TrinityCore/commit/6b150b6e55c60ddc8e5da823c335a804d48e8efc)
This commit is contained in:
hondacrx
2019-09-01 10:59:08 -04:00
parent 73c422eedd
commit b2c63392c5
+4
View File
@@ -1297,6 +1297,10 @@ namespace Game.Spells
switch (GetId())
{
// Bear Form
case 7090:
modelid = 29414;
break;
// Roc Form
case 35200:
modelid = 4877;