View Single Post
02-07-14, 09:09 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
If you're going to spend CPU on calling select, why not just simplify the whole thing:

Code:
if toastType ~= 3 or select(12, BNGetFriendInfoByID(toastData)) ~= "OQ" then
	return orig(toastType, toastData)
end
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote