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

Go to the source code of this file.

Classes

class  pet_commandscript
 

Functions

void AddSC_pet_commandscript ()
 

Function Documentation

◆ AddSC_pet_commandscript()

void AddSC_pet_commandscript ( )
163{
164 new pet_commandscript();
165}
Definition: cs_pet.cpp:31

Referenced by AddCommandsScripts().