AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
cs_cast.cpp File Reference
#include "Chat.h"
#include "CommandScript.h"
#include "Creature.h"
#include "Language.h"
#include "Player.h"
#include "SpellInfo.h"
#include "SpellMgr.h"

Go to the source code of this file.

Classes

class  cast_commandscript
 

Functions

void AddSC_cast_commandscript ()
 

Function Documentation

◆ AddSC_cast_commandscript()

void AddSC_cast_commandscript ( )
251{
252 new cast_commandscript();
253}
Definition: cs_cast.cpp:36

Referenced by AddCommandsScripts().