diff --git a/src/server/scripts/Northrend/Naxxramas/boss_anubrekhan.cpp b/src/server/scripts/Northrend/Naxxramas/boss_anubrekhan.cpp index d02902ae8..7c60bc2d3 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_anubrekhan.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_anubrekhan.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_faerlina.cpp b/src/server/scripts/Northrend/Naxxramas/boss_faerlina.cpp index 612bcaae5..7c00002b4 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_faerlina.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_faerlina.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp b/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp index dcb1caf40..a80a6b69c 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_gluth.cpp b/src/server/scripts/Northrend/Naxxramas/boss_gluth.cpp index f7e536ff7..bc3606074 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_gluth.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_gluth.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp b/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp index 507bd07fe..2e4b0919b 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_grobbulus.cpp b/src/server/scripts/Northrend/Naxxramas/boss_grobbulus.cpp index 6e667d96a..171593e95 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_grobbulus.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_grobbulus.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_heigan.cpp b/src/server/scripts/Northrend/Naxxramas/boss_heigan.cpp index 9b9891c7f..cee0788db 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_heigan.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_heigan.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp b/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp index c5e5d13f8..8cbbad186 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp b/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp index 3f1551769..ff72cb121 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp b/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp index 73444bdc0..a5a13a413 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp b/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp index 4cbc7a79a..fc9903885 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_patchwerk.cpp b/src/server/scripts/Northrend/Naxxramas/boss_patchwerk.cpp index aa8783aa5..37b5598e0 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_patchwerk.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_patchwerk.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_razuvious.cpp b/src/server/scripts/Northrend/Naxxramas/boss_razuvious.cpp index 106f70e54..2993edf18 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_razuvious.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_razuvious.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp b/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp index 7d7fee5b7..23be1ff97 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_sapphiron.cpp @@ -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(); diff --git a/src/server/scripts/Northrend/Naxxramas/boss_thaddius.cpp b/src/server/scripts/Northrend/Naxxramas/boss_thaddius.cpp index 3855db22a..219c30f93 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_thaddius.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_thaddius.cpp @@ -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();