Thread: Weird error
View Single Post
11-26-10, 08:37 AM   #6
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
Originally Posted by haste View Post
Does that mean you've solved it? I can't see why from the error least :P
Sadly no, here's the code it comes from

Code:
local updateAllElements = function(frame)
	for _, v in ipairs(frame.__elements) do
		v(frame, "UpdateElement", frame.unit) -- LINE 622
	end
end
Then in the layout creation:

Code:
	self:RegisterEvent("RAID_ROSTER_UPDATE", updateAllElements)
	self:RegisterEvent("PARTY_MEMBERS_CHANGED", updateAllElements)
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
  Reply With Quote