mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Merge.
--HG-- branch : trunk
This commit is contained in:
@@ -64,6 +64,8 @@ uint32 EAI_ErrorLevel;
|
||||
//*** End EventAI data ***
|
||||
|
||||
void FillSpellSummary();
|
||||
void LoadOverridenSQLData();
|
||||
void LoadOverridenDBCData();
|
||||
|
||||
// -- Scripts to be added --
|
||||
|
||||
@@ -1822,6 +1824,11 @@ void ScriptsInit()
|
||||
// -------------------
|
||||
|
||||
outstring_log(">> Loaded %i C++ Scripts.", num_sc_scripts);
|
||||
|
||||
outstring_log(">> Load Overriden SQL Data.");
|
||||
LoadOverridenSQLData();
|
||||
outstring_log(">> Load Overriden DBC Data.");
|
||||
LoadOverridenDBCData();
|
||||
}
|
||||
|
||||
//*********************************
|
||||
|
||||
Reference in New Issue
Block a user