mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
added comments for future merge conflicts
This commit is contained in:
@@ -20,8 +20,12 @@
|
||||
#include "ScriptedCreature.h"
|
||||
#include "naxxramas.h"
|
||||
|
||||
|
||||
using namespace Anubrekhan;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_anubrekhan()
|
||||
{
|
||||
new boss_anubrekhan();
|
||||
|
||||
@@ -21,8 +21,12 @@
|
||||
#include "SpellInfo.h"
|
||||
#include "naxxramas.h"
|
||||
|
||||
|
||||
using namespace Faerlina;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_faerlina()
|
||||
{
|
||||
new boss_faerlina();
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
|
||||
using namespace FourHorsemen;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_four_horsemen()
|
||||
{
|
||||
new boss_four_horsemen();
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
|
||||
using namespace Gluth;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_gluth()
|
||||
{
|
||||
new boss_gluth();
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
|
||||
using namespace Gothik;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_gothik()
|
||||
{
|
||||
new boss_gothik();
|
||||
|
||||
@@ -25,8 +25,12 @@
|
||||
#include "SpellScriptLoader.h"
|
||||
#include "naxxramas.h"
|
||||
|
||||
|
||||
using namespace Grobbulus;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_grobbulus()
|
||||
{
|
||||
new boss_grobbulus();
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
|
||||
using namespace Heigan;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_heigan()
|
||||
{
|
||||
new boss_heigan();
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
|
||||
using namespace Kelthuzad;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_kelthuzad()
|
||||
{
|
||||
new boss_kelthuzad();
|
||||
|
||||
@@ -20,8 +20,12 @@
|
||||
#include "ScriptedCreature.h"
|
||||
#include "naxxramas.h"
|
||||
|
||||
|
||||
using namespace Loatheb;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_loatheb()
|
||||
{
|
||||
new boss_loatheb();
|
||||
|
||||
@@ -25,8 +25,12 @@
|
||||
#include "SpellScriptLoader.h"
|
||||
#include "naxxramas.h"
|
||||
|
||||
|
||||
using namespace Maexxna;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_maexxna()
|
||||
{
|
||||
new boss_maexxna();
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
|
||||
using namespace Noth;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_noth()
|
||||
{
|
||||
new boss_noth();
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
|
||||
using namespace PatchWerk;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_patchwerk()
|
||||
{
|
||||
new boss_patchwerk();
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
|
||||
using namespace Razuvious;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_razuvious()
|
||||
{
|
||||
new boss_razuvious();
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
|
||||
using namespace Sapphiron;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_sapphiron()
|
||||
{
|
||||
new boss_sapphiron();
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
|
||||
using namespace Thaddius;
|
||||
|
||||
// no custom changes has been made for mod-playerbot other then placing
|
||||
// the impl in a header file
|
||||
|
||||
void AddSC_boss_thaddius()
|
||||
{
|
||||
new boss_thaddius();
|
||||
|
||||
Reference in New Issue
Block a user