# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1303854874 0 # Node ID fd47a5f58fa060b8e0f335c6745ef1bd049cb2f7 # Parent e76c327b62e450f47ba80965a9dfcc85b2ae9f1f TOC bump for 4.1, less messy event parameters diff -r e76c327b62e4 -r fd47a5f58fa0 WhatJustProcced.toc --- a/WhatJustProcced.toc Sat Feb 19 01:35:46 2011 +0000 +++ b/WhatJustProcced.toc Tue Apr 26 21:54:34 2011 +0000 @@ -1,4 +1,4 @@ -## Interface: 40000 +## Interface: 40100 ## Title: What Just Procced ## Notes: Provides training reminders to help decipher the Blizzard Spell Alerts. ## Author: Farmbuyer of Kilrogg diff -r e76c327b62e4 -r fd47a5f58fa0 main.lua --- 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