mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
feat(Core/Scripting): move all script objects to separated files (#17860)
* feat(Core/Scripts): move all script objects to separated files
* Apply 5bfeabde81
* try gcc build
* again
This commit is contained in:
@@ -15,12 +15,13 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "CreatureScript.h"
|
||||
#include "GameEventMgr.h"
|
||||
#include "Player.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Spell.h"
|
||||
#include "SpellScript.h"
|
||||
#include "SpellScriptLoader.h"
|
||||
|
||||
///////////////////////////////
|
||||
// SPELLS
|
||||
@@ -265,3 +266,4 @@ void AddSC_event_winter_veil_scripts()
|
||||
RegisterSpellScript(spell_winter_veil_racer_slam_hit);
|
||||
RegisterSpellScript(spell_winter_veil_shoot_air_rifle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user