Author: arta
Date: Wed Mar 10 22:14:28 CET 2010
Revision: 3786
Log:

Festergut , Sync fix. http://www.deadlybossmods.com/phpbb3/viewtopic.php?f=2&t=2425

Updated
trunk/DBM-Icecrown/ThePlagueworks/Festergut.lua

trunk/DBM-Icecrown/ThePlagueworks/Festergut.lua
Action: modified
Old revision: 3785
Old date: 2010-03-09 19:26:55 UTC

@@ -130,7 +130,7 @@

function mod:OnSync(event, arg)
if event == "Goo" then
- if GetRaidUnitId(arg) ~= "none" then -- TODO: confirm that the spell actually targets a player and no an area or a dummy (like the Void Reaver orb did)
+ if DBM:GetRaidUnitId(arg) ~= "none" then -- TODO: confirm that the spell actually targets a player and no an area or a dummy (like the Void Reaver orb did)
self:AddMsg(("DBM-Debug: Malleable Goo on %s?"):format(arg))
end
warnGoo:Show()