mirror of
https://github.com/azerothcore/mod-learn-spells.git
synced 2026-01-13 00:58:37 +00:00
refactor: updated module registration to core rev 4++
This commit is contained in:
10
src/LS_loader.cpp
Normal file
10
src/LS_loader.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
|
||||
* Copyright (C) 2021+ WarheadCore <https://github.com/WarheadCore>
|
||||
*/
|
||||
|
||||
void AddSC_LearnAllSpells();
|
||||
|
||||
void Addmod_learn_spellsScripts() {
|
||||
AddSC_LearnAllSpells();
|
||||
}
|
||||
Reference in New Issue
Block a user