fixed class played time spamming chat

This commit is contained in:
Tercio Jose
2022-12-08 15:41:24 -03:00
parent 0707c310d9
commit 6609580f09
6 changed files with 410 additions and 394 deletions
+2 -2
View File
@@ -1443,7 +1443,7 @@ local default_global_data = {
},
--auras (wa auras created from the aura panel)
details_auras = {},
details_auras = {}, --deprecated due to major security wa code revamp
--ilvl
item_level_pool = {},
@@ -1467,7 +1467,7 @@ local default_global_data = {
npcid_pool = {},
--aura creation frame libwindow
createauraframe = {},
createauraframe = {}, --deprecated
--min health done on the death report
deathlog_healingdone_min = 1,
+388 -380
View File
File diff suppressed because it is too large Load Diff