Misc Fixes

This commit is contained in:
hondacrx
2021-03-08 14:34:58 -05:00
parent f75711f87d
commit 31d1f7f24e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2260,7 +2260,7 @@ namespace Game.Entities
continue;
AddAura(id, this);
Log.outError(LogFilter.Unit, "Spell: {0} added to creature ({1})", id, GetGUID().ToString());
Log.outDebug(LogFilter.Unit, "Spell: {0} added to creature ({1})", id, GetGUID().ToString());
}
}
return true;