fix genloader

This commit is contained in:
Micrah
2019-12-15 07:28:53 +11:00
parent 50cca8aed8
commit 4d98466525
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
/*
** Made by Traesh https://github.com/Traesh
** AzerothCore 2019 http://www.azerothcore.org/
** [Conan513:](https://github.com/conan513).
** Conan513 https://github.com/conan513
** Made into a module by Micrah https://github.com/milestorme/
*/
@@ -30,7 +30,7 @@ public:
}
};
void AddScLfg_SoloScripts()
void AddLfgSoloScripts()
{
new lfg_solo();
}