/* * Copyright (C) 2016+ AzerothCore , released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 */ // From SC void SC_AddDungeonRespawnScripts(); // Add all // cf. the naming convention https://github.com/azerothcore/azerothcore-wotlk/blob/master/doc/changelog/master.md#how-to-upgrade-4 // additionally replace all '-' in the module folder name with '_' here void AddDungeonRespawnScripts() { SC_AddDungeonRespawnScripts(); }