Scripts/Commands: Add tele and event commands to commandscripts system and streamlining the command selection process to ensure the correct command is run when using abbreviations

Patch by Paradox (some cleanups was needed)

--HG--
branch : trunk
This commit is contained in:
click
2010-11-13 22:29:46 +01:00
parent 72eff3dd0d
commit c374f3245a
17 changed files with 586 additions and 493 deletions

View File

@@ -22,9 +22,14 @@ Comment: All debug related commands
Category: commandscripts
EndScriptData */
#include "ScriptPCH.h"
#include <fstream>
#include "ScriptMgr.h"
#include "ObjectMgr.h"
#include "GossipDef.h"
#include "GridNotifiers.h"
#include "BattlegroundMgr.h"
#include "Chat.h"
#include <fstream>
class debug_commandscript : public CommandScript
{