mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -322,5 +322,5 @@ public:
|
||||
|
||||
void AddSC_boss_volazj()
|
||||
{
|
||||
new boss_volazj;
|
||||
new boss_volazj();
|
||||
}
|
||||
|
||||
@@ -424,7 +424,7 @@ public:
|
||||
|
||||
void AddSC_boss_taldaram()
|
||||
{
|
||||
new boss_taldaram;
|
||||
new mob_taldaram_flamesphere;
|
||||
new prince_taldaram_sphere;
|
||||
new boss_taldaram();
|
||||
new mob_taldaram_flamesphere();
|
||||
new prince_taldaram_sphere();
|
||||
}
|
||||
|
||||
@@ -336,5 +336,5 @@ public:
|
||||
|
||||
void AddSC_instance_ahnkahet()
|
||||
{
|
||||
new instance_ahnkahet;
|
||||
new instance_ahnkahet();
|
||||
}
|
||||
|
||||
@@ -360,5 +360,5 @@ public:
|
||||
|
||||
void AddSC_boss_anub_arak()
|
||||
{
|
||||
new boss_anub_arak;
|
||||
new boss_anub_arak();
|
||||
}
|
||||
|
||||
@@ -198,5 +198,5 @@ public:
|
||||
|
||||
void AddSC_boss_hadronox()
|
||||
{
|
||||
new boss_hadronox;
|
||||
new boss_hadronox();
|
||||
}
|
||||
|
||||
@@ -213,5 +213,5 @@ public:
|
||||
|
||||
void AddSC_instance_azjol_nerub()
|
||||
{
|
||||
new instance_azjol_nerub;
|
||||
new instance_azjol_nerub();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user