new version commit
This commit is contained in:
14
modules/mod-leech/src/Leech_loader (2).cpp
Normal file
14
modules/mod-leech/src/Leech_loader (2).cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
|
||||
*/
|
||||
|
||||
// From SC
|
||||
void AddSC_mod_leech();
|
||||
|
||||
// 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 Addmod_leechScripts()
|
||||
{
|
||||
AddSC_mod_leech();
|
||||
}
|
||||
Reference in New Issue
Block a user