mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9925] Add more log filters
* damage - different direct damage calculation tracing * combat - combat state updates, roll attack result and etc * spell_cast - spell cast progress and aura apply
This commit is contained in:
parent
b6d7365ac9
commit
d86dcd60d7
15 changed files with 89 additions and 81 deletions
|
|
@ -44,6 +44,9 @@ LogFilterData logFilterData[LOG_FILTER_COUNT] =
|
|||
{ "player_moves", "LogFilter_PlayerMoves", false },
|
||||
{ "periodic_effects", "LogFilter_PeriodicAffects", false },
|
||||
{ "ai_and_movegens", "LogFilter_AIAndMovegens", false },
|
||||
{ "damage", "LogFilter_Damage", false },
|
||||
{ "combat", "LogFilter_Combat", false },
|
||||
{ "spell_cast", "LogFilter_SpellCast", false },
|
||||
};
|
||||
|
||||
enum LogType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue