[CF 1477] Warlock Soul Shard Fragment
tmw-issue-import opened this issue ยท 1 comments
specialPowers[#specialPowers + 1] =
{
class = "WARLOCK",
tag = "SoulShardParts",
arg2 = SPELL_POWER_SOUL_SHARDS,
arg3 = true,
eventPowerIdentifier = "SOUL_SHARDS",
}
This piece of code in Lib\LibDogTag-Unit-3.0\Categories\Power.lua can be used to watch the number of Soul Shard Fragment for destruction warlock, but it's under the control of
if not wow_700 then -- Parnic: shadow orbs are no more in 7.0
so this piece of code won't be executed.
If you can move this piece of code out of this if statement, destruction warlock can make use of it.
Posted by CurseForge user zhpzhp | Imported from CurseForge issue #1477 | Raw
Fixed, you'll need to install the latest version of LDT-Unit separately until the next TMW version (no eta) to get the fix: https://www.wowace.com/projects/libdogtag-unit-3-0/files/2547570
Posted by CurseForge user Cybeloras