mirror of
https://github.com/araxiaonline/azerothshard-core.git
synced 2026-06-13 02:42:24 -04:00
[AZTH-MS] Added missing scripts for Instance save
This commit is contained in:
@@ -1027,6 +1027,16 @@ public:
|
||||
sAZTH->DeleteAZTHGroup(origin);
|
||||
}
|
||||
|
||||
void OnConstructInstanceSave(InstanceSave* origin) override
|
||||
{
|
||||
sAZTH->AddAZTHInstanceSave(origin);
|
||||
}
|
||||
|
||||
void OnDestructInstanceSave(InstanceSave* origin) override
|
||||
{
|
||||
sAZTH->DeleteAZTHInstanceSave(origin);
|
||||
}
|
||||
|
||||
// For WoW Armory
|
||||
void OnItemCreate(Item* item, ItemTemplate const* itemProto, Player const* owner) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user