changeset 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 7854e60131de
files WhatJustProcced.toc main.lua
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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