View Single Post
04-03-08, 09:03 PM   #5
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
should be like:

Originally Posted by Inokis View Post
Code:
elseif ((arg2 == "SPELL_AURA_REMOVED") and (arg7 == mypetBuffDest)) then
			if (arg12 == "BUFF") then
base params go up to 8, then the prefix params go up to (at most) 11, then the suffix params start, wherever the prefix params left off
  Reply With Quote