Results: 1Comments by: infinitumx
File: CoolLine09-01-12
Until an update is made you can mod...
Posted By: infinitumx
Until an update is made you can modify core.lua: Around line 418: Change local sb = spells for i = 1, 500, 1 do name = GetSpellBookItemName(i, btype) To local sb = spells local tabName, tabTexture, tabOffset, tabSlots = GetSpellTabInfo(2); for i = tabOffset+1, tabSlots+tabOffset do name = GetSpellBookItemName(i,...