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 "ObjectMgr.h"
#include "Player.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 ( )
530{
531 new list_commandscript();
532}
Definition: cs_list.cpp:40

Referenced by AddCommandsScripts().