AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
cs_list.cpp File Reference
#include "Chat.h"
#include "CommandScript.h"
#include "Creature.h"
#include "DBCStores.h"
#include "DatabaseEnv.h"
#include "GameObject.h"
#include "Language.h"
#include "MapMgr.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "Random.h"
#include "SpellAuraEffects.h"

Go to the source code of this file.

Classes

class  list_commandscript
 

Functions

void AddSC_list_commandscript ()
 

Function Documentation

◆ AddSC_list_commandscript()

void AddSC_list_commandscript ( )
532{
533 new list_commandscript();
534}
Definition: cs_list.cpp:42

Referenced by AddCommandsScripts().