class GroupCalendarUpdate
{
class raidtrackerUpdate
{
// Update messages
var $messages = '';
// Addon data object, recieved in constructor
var $data;
// LUA upload files accepted. We don't use any.
var $files = array();
// Character data cache
var $chars = array();
/**
* Constructor
*
* @param array $data
* Addon data object
*/
function raidtrackerUpdate($data)
{
$this->data = $data;
$this->files[] = 'CT_RaidTracker';
}
Ulminia wrote:i beleave your update hock class has to be the same as the lua files name i think followed by Update
ex
- Code: Select all
class GroupCalendarUpdate
{
try that
PleegWat wrote:You need to specify the filename all lowercase
Users browsing this forum: No registered users and 1 guest