AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
cs_debug.cpp File Reference
#include "Bag.h"
#include "BattlegroundMgr.h"
#include "CellImpl.h"
#include "Channel.h"
#include "Chat.h"
#include "CommandScript.h"
#include "GossipDef.h"
#include "GridNotifiersImpl.h"
#include "LFGMgr.h"
#include "Language.h"
#include "Log.h"
#include "M2Stores.h"
#include "MapMgr.h"
#include "ObjectMgr.h"
#include "PoolMgr.h"
#include "ScriptMgr.h"
#include "SpellMgr.h"
#include "Transport.h"
#include "Warden.h"
#include "World.h"
#include <fstream>
#include <set>

Go to the source code of this file.

Classes

class  debug_commandscript
 
class  debug_commandscript::CreatureCountWorker
 

Functions

void AddSC_debug_commandscript ()
 

Function Documentation

◆ AddSC_debug_commandscript()

void AddSC_debug_commandscript ( )
1344{
1345 new debug_commandscript();
1346}
Definition: cs_debug.cpp:51

Referenced by AddCommandsScripts().