Thread: Anima Powers
View Single Post
01-02-21, 04:28 PM   #2
quthar
A Kobold Labourer
Join Date: Apr 2009
Posts: 1
Lua Code:
  1. local MAW_BUFF_MAX_DISPLAY = 44;
  2. for i=1, MAW_BUFF_MAX_DISPLAY do
  3.     local _, icon, count, _, _, _, _, _, _, spellID = UnitAura("player", i, "MAW");
  4. end

I found this in BlizzardInterfaceCode/Interface/AddOns/Blizzard_MawBuffs.lua
In the function MawBuffsContainerMixin:Update
  Reply With Quote