AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
cs_gm.cpp File Reference
#include "AccountMgr.h"
#include "Chat.h"
#include "CommandScript.h"
#include "DatabaseEnv.h"
#include "Language.h"
#include "ObjectAccessor.h"
#include "Opcodes.h"
#include "Player.h"
#include "Realm.h"
#include "World.h"
#include "WorldSession.h"

Go to the source code of this file.

Classes

class  gm_commandscript
 

Functions

void AddSC_gm_commandscript ()
 

Function Documentation

◆ AddSC_gm_commandscript()

void AddSC_gm_commandscript ( )
240{
241 new gm_commandscript();
242}
Definition: cs_gm.cpp:40

Referenced by AddCommandsScripts().