mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
feat(Core/Scripting): Implement AfterInstanceGameObjectCreate() global hook (#17935)
This commit is contained in:
@@ -518,6 +518,7 @@ public: /* GlobalScript */
|
||||
bool OnAllowedToLootContainerCheck(Player const* player, ObjectGuid source);
|
||||
void OnInstanceIdRemoved(uint32 instanceId);
|
||||
void OnBeforeSetBossState(uint32 id, EncounterState newState, EncounterState oldState, Map* instance);
|
||||
void AfterInstanceGameObjectCreate(Map* instance, GameObject* go);
|
||||
|
||||
public: /* Scheduled scripts */
|
||||
uint32 IncreaseScheduledScriptsCount() { return ++_scheduledScripts; }
|
||||
|
||||
Reference in New Issue
Block a user