Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
pet_monk.cpp
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6/*
7 * Ordered alphabetically using scriptname.
8 * Scriptnames of files in this file should be prefixed with "npc_pet_monk_".
9 */
10
11#include "ScriptMgr.h"
12#include "ScriptedCreature.h"
13#include "Pet.h"
14
16{
17};
18
19
MonkPetSpells
Definition pet_monk.cpp:16
void AddSC_monk_pet_scripts()
Definition pet_monk.cpp:20