diff options
author | XTZGZoReX <none@none> | 2010-08-07 00:06:55 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-08-07 00:06:55 +0200 |
commit | c2ca2e1c98108c56977f5386a5dd9773cde351d3 (patch) | |
tree | 367a33fce25891201f8cff6dd847f4941cfdb9b5 /src/server/game/Scripting/ScriptMgr.h | |
parent | 2cdd8686455da998c4a00918c80b1d54f7bdc098 (diff) |
* Converted example scripts to the new format.
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Scripting/ScriptMgr.h')
-rw-r--r-- | src/server/game/Scripting/ScriptMgr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Scripting/ScriptMgr.h b/src/server/game/Scripting/ScriptMgr.h index 5ae790e2cb7..3e5d9442c3e 100644 --- a/src/server/game/Scripting/ScriptMgr.h +++ b/src/server/game/Scripting/ScriptMgr.h @@ -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; } |