diff --git a/Source/Game/Entities/Totem.cs b/Source/Game/Entities/Totem.cs index 731257117..a207c05c3 100644 --- a/Source/Game/Entities/Totem.cs +++ b/Source/Game/Entities/Totem.cs @@ -70,6 +70,8 @@ namespace Game.Entities uint totemDisplayId = Global.SpellMgr.GetModelForTotem(m_unitData.CreatedBySpell, owner.GetRace()); if (totemDisplayId != 0) SetDisplayId(totemDisplayId); + else + Log.outError(LogFilter.Misc, $"Totem with entry {GetEntry()}, does not have a specialized model for spell {m_unitData.CreatedBySpell} and race {owner.GetRace()}. Set to default."); } base.InitStats(duration);