Skip to content

Commit

Permalink
Map to new standardized function name
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Oct 7, 2022
1 parent 11505b2 commit aa9eb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-CrucibleofStorms/RestlessCabal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ end
function mod:SPELL_AURA_APPLIED(args)
local spellId = args.spellId
if spellId == 282741 then
self.vb.umbrelTarget = DBM:GetEnemyUnitIdByGUID(args.destGUID)
self.vb.umbrelTarget = self:GetUnitIdFromGUID(args.destGUID)
local cid = self:GetCIDFromGUID(args.destGUID)
--146497 Zaxasj, 146495 Fa'thuul
if cid == 146497 then
Expand Down

0 comments on commit aa9eb16

Please sign in to comment.