refactor: updated module registration to core rev 4++ (#15)

Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com>
This commit is contained in:
BytesGalore 2021-09-18 16:45:01 +02:00 committed by GitHub
parent d931077c99
commit 9705cfb8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 8 deletions

11
src/COL_loader.cpp Normal file
View file

@ -0,0 +1,11 @@
/*
* 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 AddCongratsOnLevelScripts();
void Addmod_congrats_on_levelScripts()
{
AddCongratsOnLevelScripts();
}

View file

@ -1 +0,0 @@
void AddCongratsOnLevelScripts();