AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
cs_send.cpp File Reference
#include "Chat.h"
#include "CommandScript.h"
#include "DatabaseEnv.h"
#include "Item.h"
#include "Language.h"
#include "Mail.h"
#include "ObjectMgr.h"
#include "Pet.h"
#include "Player.h"
#include "Tokenize.h"

Go to the source code of this file.

Classes

class  send_commandscript
 

Functions

void AddSC_send_commandscript ()
 

Function Documentation

◆ AddSC_send_commandscript()

void AddSC_send_commandscript ( )
221{
222 new send_commandscript();
223}
Definition: cs_send.cpp:32

Referenced by AddCommandsScripts().