- New Feature: import and export profiles.
- Major improvements on bar text scripts. - Improved import and export custom skins. - Fixed shaman's sundering spell not showing in crowd control. - Fixed sharing guild statistics. - More spells added to spell consolidation: Whirlwind, Fracture, Mutilate. - Monk Mistweaver Blackout Kick now has a indicator when it comes from passive 'Teachings of the Monastery'. - Added slash command '/details debugwindow' for cases when the window isn't shown or are anchored in the wrong place. - Exposed spell ignore table, you can now add spells to be ignored using Details.SpellsToIgnore [spellID] = true.
This commit is contained in:
@@ -171,6 +171,7 @@
|
||||
[233499] = 233490, --warlock Unstable Affliction
|
||||
|
||||
[261947] = 261977, --monk fist of the white tiger talent
|
||||
|
||||
}
|
||||
|
||||
local bitfield_debuffs_ids = _detalhes.BitfieldSwapDebuffsIDs
|
||||
@@ -184,6 +185,7 @@
|
||||
end
|
||||
end
|
||||
|
||||
--expose the override spells table to external scripts
|
||||
_detalhes.OverridedSpellIds = override_spellId
|
||||
|
||||
--> ignore soul link (damage from the warlock on his pet - current to demonology only)
|
||||
@@ -215,6 +217,9 @@
|
||||
[SPELLID_WARLOCK_SOULLINK] = true,
|
||||
}
|
||||
|
||||
--> expose the ignore spells table to external scripts
|
||||
_detalhes.SpellsToIgnore = damage_spells_to_ignore
|
||||
|
||||
--> is parser allowed to replace spellIDs?
|
||||
local is_using_spellId_override = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user