mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 13:42:15 +01:00
* Converted example scripts to the new format.
--HG-- branch : trunk
This commit is contained in:
@@ -743,13 +743,13 @@ class ScriptMgr
|
||||
~ScriptMgr();
|
||||
|
||||
uint32 _scriptCount;
|
||||
|
||||
void LoadDatabase();
|
||||
void FillSpellSummary();
|
||||
|
||||
public: /* Initialization */
|
||||
|
||||
void Initialize();
|
||||
void LoadDatabase();
|
||||
void FillSpellSummary();
|
||||
|
||||
const char* ScriptsVersion() const { return "Integrated Trinity Scripts"; }
|
||||
|
||||
void IncrementScriptCount() { ++_scriptCount; }
|
||||
|
||||
Reference in New Issue
Block a user