mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
* Separated script loading into multiple functions.
* Added function AddCustomScripts() - this is where all non-TC scripts should be added. --HG-- branch : trunk
This commit is contained in:
@@ -6,5 +6,13 @@
|
||||
#define SC_SCRIPTLOADER_H
|
||||
|
||||
void AddScripts();
|
||||
void AddExampleScripts();
|
||||
void AddSpellScripts();
|
||||
void AddWorldScripts();
|
||||
void AddEasternKingdomsScripts();
|
||||
void AddKalimdorScripts();
|
||||
void AddOutlandScripts();
|
||||
void AddNorthrendScripts();
|
||||
void AddCustomScripts();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user