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:
@@ -1297,6 +1297,10 @@ namespace Game.Spells
|
|||||||
|
|
||||||
switch (GetId())
|
switch (GetId())
|
||||||
{
|
{
|
||||||
|
// Bear Form
|
||||||
|
case 7090:
|
||||||
|
modelid = 29414;
|
||||||
|
break;
|
||||||
// Roc Form
|
// Roc Form
|
||||||
case 35200:
|
case 35200:
|
||||||
modelid = 4877;
|
modelid = 4877;
|
||||||
|
|||||||
Reference in New Issue
Block a user