mirror of
https://github.com/araxiaonline/mod-mythic-plus.git
synced 2026-06-13 11:12:23 -04:00
fixed compile issues for first compile and updated conf to remove duplicates
This commit is contained in:
@@ -19,9 +19,7 @@ class MythicPlus_GroupScript : public GroupScript
|
||||
return;
|
||||
}
|
||||
|
||||
MpDataStore* mpds = MpDataStore::getInstance();
|
||||
GroupData gd = { group, MP_DIFFICULTY_NORMAL };
|
||||
mpds->AddGroupData(group->GetGUID(), gd);
|
||||
// sMpDataStore->AddGroupData(group->GetGUID(), gd);
|
||||
}
|
||||
|
||||
void OnDisband(Group* group) override {
|
||||
@@ -29,8 +27,8 @@ class MythicPlus_GroupScript : public GroupScript
|
||||
return;
|
||||
}
|
||||
|
||||
MpDataStore* mpds = MpDataStore::getInstance();
|
||||
mpds->RemoveGroupData(group->GetGUID());
|
||||
// MpDataStore* mpds = MpDataStore::instance();
|
||||
// mpds->RemoveGroupData(group->GetGUID());
|
||||
}
|
||||
};
|
||||
|
||||
@@ -38,4 +36,4 @@ void Add_MP_GroupScripts()
|
||||
{
|
||||
MpLogger::debug("Add_MP_GroupScripts()");
|
||||
new MythicPlus_GroupScript();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user