* Converted example scripts to the new format.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-08-07 00:06:55 +02:00
parent 2cdd868645
commit c2ca2e1c98
5 changed files with 433 additions and 413 deletions

View File

@@ -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; }