AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
cs_pet.cpp File Reference
#include "Chat.h"
#include "Language.h"
#include "Log.h"
#include "ObjectMgr.h"
#include "Pet.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
#include "WorldSession.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 ( )
176{
177 new pet_commandscript();
178}
Definition: cs_pet.cpp:32

Referenced by AddCommandsScripts().