Misc fixes

This commit is contained in:
hondacrx
2022-01-06 00:19:12 -05:00
parent e89a36a232
commit 32375df62e
6 changed files with 34 additions and 12 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace Game.Entities
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.");
Log.outDebug(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);