Merge pull request #9166 from thomas33/typo

Core/Scripts: Coding style
This commit is contained in:
Nay
2013-02-08 10:07:05 -08:00
6 changed files with 8 additions and 8 deletions

View File

@@ -322,5 +322,5 @@ public:
void AddSC_boss_volazj()
{
new boss_volazj;
new boss_volazj();
}

View File

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

View File

@@ -336,5 +336,5 @@ public:
void AddSC_instance_ahnkahet()
{
new instance_ahnkahet;
new instance_ahnkahet();
}

View File

@@ -360,5 +360,5 @@ public:
void AddSC_boss_anub_arak()
{
new boss_anub_arak;
new boss_anub_arak();
}

View File

@@ -198,5 +198,5 @@ public:
void AddSC_boss_hadronox()
{
new boss_hadronox;
new boss_hadronox();
}

View File

@@ -213,5 +213,5 @@ public:
void AddSC_instance_azjol_nerub()
{
new instance_azjol_nerub;
new instance_azjol_nerub();
}