Files
mod-learn-spells/src/LS_loader.cpp
2021-09-18 18:33:37 +02:00

11 lines
341 B
C++

/*
* 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();
}