WoWInterface SVN TotemManager

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 83 to Rev 84
    Reverse comparison

Rev 83 → Rev 84

TotemManager/TotemManager.toc
1,4 → 1,4
## Interface: 30000
## Interface: 30100
## Title: TotemManager
## Notes: A shaman mod
## Author: Gael Lalire
TotemManager/TotemManager.lua
513,7 → 513,7
 
function TotemManager:PLAYER_ENTERING_WORLD()
self:initSpellName();
if false and totemManagerData.alreadyActivate3_1 then
if totemManagerData.alreadyActivate3_1 then
-- activate
self:Activate();
else