mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
[10711] Check localization data for existance main table entres.
Data will skipped for nonexistent entries, and reported with disabled LogFilter_DbStrictedCheck filter.
This commit is contained in:
parent
24eb9ec87a
commit
534ff29f15
8 changed files with 118 additions and 54 deletions
|
|
@ -45,7 +45,7 @@ enum LogFilters
|
|||
LOG_FILTER_SQL_TEXT = 0x0040, // raw SQL text send to DB engine
|
||||
LOG_FILTER_PLAYER_MOVES = 0x0080, // player moves by grid/cell
|
||||
LOG_FILTER_PERIODIC_AFFECTS = 0x0100, // DoT/HoT apply trace
|
||||
LOG_FILTER_AI_AND_MOVEGENSS = 0x0200, // DoT/HoT apply trace
|
||||
LOG_FILTER_AI_AND_MOVEGENSS = 0x0200, // AI/movement generators debug output
|
||||
LOG_FILTER_DAMAGE = 0x0400, // Direct/Area damage trace
|
||||
LOG_FILTER_COMBAT = 0x0800, // attack states/roll attack results/etc
|
||||
LOG_FILTER_SPELL_CAST = 0x1000, // spell cast/aura apply/spell proc events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue