mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Core: Fix more warnings
--HG-- branch : trunk
This commit is contained in:
@@ -1130,19 +1130,19 @@ void AddOutdoorPvPScripts()
|
||||
AddSC_outdoorpvp_si();
|
||||
AddSC_outdoorpvp_tf();
|
||||
AddSC_outdoorpvp_zm();
|
||||
#endif SCRIPTS
|
||||
#endif
|
||||
}
|
||||
|
||||
void AddBattlegroundScripts()
|
||||
{
|
||||
#ifdef SCRIPTS
|
||||
#endif SCRIPTS
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef SCRIPTS
|
||||
/* This is where custom scripts' loading functions should be declared. */
|
||||
|
||||
#endif SCRIPTS
|
||||
#endif
|
||||
|
||||
void AddCustomScripts()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user