WoWInterface SVN TotemManager

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 60 to Rev 61
    Reverse comparison

Rev 60 → Rev 61

TotemManager/TotemManager.lua
263,8 → 263,8
{name=self.GROUNDING, effect=self.GROUNDING_EFFECT, duration = 45, updater=updater},
{name=self.NATURE_RESISTANCE, raidEffect=true, effect=self.NATURE_RESISTANCE_EFFECT, updater=updater},
{name=self.SENTRY, duration = 300, updater=updater},
{name=self.WINDFURY, effect=self.WINDFURY_EFFECT, updater=updater},
{name=self.WRATH_AIR, effect=self.WRATH_AIR_EFFECT, updater=updater},
{name=self.WINDFURY, raidEffect=true, effect=self.WINDFURY_EFFECT, updater=updater},
{name=self.WRATH_AIR, raidEffect=true, effect=self.WRATH_AIR_EFFECT, updater=updater},
}
self.removeMacroTextMap["airTotem"] = function () DestroyTotem(4) end;
 
290,13 → 290,13
end, updater=updater
},
{name=self.FROST_RESISTANCE, raidEffect=true, effect=self.FROST_RESISTANCE_EFFECT, updater=updater},
{name=self.FLAMETONGUE, effect=self.FLAMETONGUE_EFFECT, updater=updater},
{name=self.FLAMETONGUE, raidEffect=true, effect=self.FLAMETONGUE_EFFECT, updater=updater},
{name=self.MAGMA, duration = 20, tickFrequency = 2, updater=updater},
{name=self.SEARING, duration = function (rank)
return 5*(5+rank);
end, updater=updater
},
{name=self.WRATH, effect=self.WRATH_EFFECT, updater=updater},
{name=self.WRATH, raidEffect=true, effect=self.WRATH_EFFECT, updater=updater},
{name=self.FIRE_ELEMENTAL, updater=updater},
}
self.removeMacroTextMap["fireTotem"] = function () DestroyTotem(1) end;