Skip to content

Commit

Permalink
Remove Soul Swap code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Aug 1, 2024
1 parent a097661 commit 9fefc58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions TheWarWithin/WarlockAffliction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -847,12 +847,6 @@ spec:RegisterStateExpr( "time_to_shard", function ()
return 1 / ( 0.16 / sqrt( num_agony ) * ( num_agony == 1 and 1.15 or 1 ) * num_agony / debuff.agony.tick_time )
end )


local SoulSwapSource = "nobody"
local SoulSwapCorruption = false
local SoulSwapAgony = false
local SoulSwapUnstableAffliction = false

spec:RegisterHook( "COMBAT_LOG_EVENT_UNFILTERED", function( _, subtype, _, sourceGUID, sourceName, _, _, destGUID, destName, destFlags, _, spellID, spellName, _, amount, interrupt, a, b, c, d, offhand, multistrike, ... )
if sourceGUID == GUID then
if spellName == class.abilities.seed_of_corruption.name then
Expand Down

0 comments on commit 9fefc58

Please sign in to comment.