Fix for the merged spells in the breakdown window
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
|
||||
--namespace for the player breakdown window
|
||||
Details.PlayerBreakdown = {}
|
||||
Details222.PlayerBreakdown = {
|
||||
DamageSpellsCache = {}
|
||||
}
|
||||
|
||||
--color namespace
|
||||
Details222.ColorScheme = {
|
||||
@@ -64,6 +67,8 @@
|
||||
return Details222.ColorScheme[colorScheme]
|
||||
end
|
||||
|
||||
Details222.DamageSpells = {}
|
||||
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--initialization stuff
|
||||
local _
|
||||
|
||||
Reference in New Issue
Block a user