added comments for future merge conflicts

This commit is contained in:
bash
2025-10-20 00:53:13 +02:00
parent fac127718d
commit be3d55f770
15 changed files with 50 additions and 0 deletions

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();