Mercurial > wow > what-just-procced
diff main.lua @ 4:fd47a5f58fa0
TOC bump for 4.1, less messy event parameters
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Tue, 26 Apr 2011 21:54:34 +0000 |
parents | e76c327b62e4 |
children | f8000fae78da |
line wrap: on
line diff
--- a/main.lua Sat Feb 19 01:35:46 2011 +0000 +++ b/main.lua Tue Apr 26 21:54:34 2011 +0000 @@ -45,8 +45,7 @@ self:Print(on and L["Activated"] or L["Deactivated"]) end -function addon:SPELL_ACTIVATION_OVERLAY_SHOW(...) - local _,spellID,_,positions = ... +function addon:SPELL_ACTIVATION_OVERLAY_SHOW(_,spellID,_,positions) local spell = GetSpellLink(spellID) or GetSpellInfo(spellID) or spellID self:Printf(L["%s at position %s."], spell, positions) end