Misc fixes
This commit is contained in:
@@ -414,7 +414,7 @@ namespace Game.Entities
|
||||
public ushort aiAnimKit;
|
||||
public ushort movementAnimKit;
|
||||
public ushort meleeAnimKit;
|
||||
public uint[] auras;
|
||||
public List<uint> auras = new();
|
||||
public VisibilityDistanceType visibilityDistanceType;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user