feat(CI/Codestyle): added codestyle check (#3668)

This commit is contained in:
Kargatum
2021-01-09 17:59:50 +07:00
committed by GitHub
parent 57aa46244d
commit ea93a5c1a1
400 changed files with 238 additions and 748 deletions

View File

@@ -395,7 +395,6 @@ public:
void MoveInLineOfSight(Unit* /*who*/) override { }
void MovementInform(uint32, uint32) override
{
arrived = true;
@@ -454,4 +453,3 @@ void AddSC_boss_akilzon()
new boss_akilzon();
new npc_akilzon_eagle();
}

View File

@@ -799,7 +799,6 @@ public:
}
};
class boss_slither : public CreatureScript
{
public:
@@ -1000,4 +999,3 @@ void AddSC_boss_hex_lord_malacrass()
new boss_alyson_antille();
new spell_hexlord_unstable_affliction();
}

View File

@@ -468,7 +468,6 @@ public:
void MoveInLineOfSight(Unit* /*who*/) override { }
void UpdateAI(uint32 /*diff*/) override { }
};
@@ -709,4 +708,3 @@ void AddSC_boss_janalai()
new npc_janalai_hatchling();
new npc_janalai_egg();
}

View File

@@ -462,4 +462,3 @@ void AddSC_boss_nalorakk()
{
new boss_nalorakk();
}

View File

@@ -599,4 +599,3 @@ void AddSC_boss_zuljin()
new boss_zuljin();
new npc_zuljin_vortex();
}

View File

@@ -405,4 +405,3 @@ void AddSC_instance_zulaman()
{
new instance_zulaman();
}