DBM - Dungeons, Delves, & Events (Requires Deadly Boss Mods) - DBM

DBM - Dungeons, Delves, & Events (Requires Deadly Boss Mods) - DBM

57M Downloads

Annouce tweaks for Rookery

linaori opened this issue ยท 0 comments

commented

The ability Void Extraction (472764) plays "watch wave", but this ability doesn't actually do anything other than putting a debuff on the group. This makes it confusing because the Umbral Wave (1214546) announcement also plays "watch wave", and those mobs are often pulled together.

I suspect the sound for Void Extraction should be there, and Umbral Wave should be "watch orb"

elseif spellId == 1214546 then
timerUmbralWaveCD:Start(nil, args.sourceGUID)
if self:AntiSpam(3, 2) then
specWarnUmbralWave:Show()
specWarnUmbralWave:Play("watchwave")
end
elseif spellId == 472764 then
timerVoidExtractionCD:Start(nil, args.sourceGUID)
if self:AntiSpam(3, 6) then
warnVoidExtraction:Show()
warnVoidExtraction:Play("watchwave")
end
end