mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -462,4 +462,3 @@ void AddSC_boss_nalorakk()
|
||||
{
|
||||
new boss_nalorakk();
|
||||
}
|
||||
|
||||
|
||||
@@ -599,4 +599,3 @@ void AddSC_boss_zuljin()
|
||||
new boss_zuljin();
|
||||
new npc_zuljin_vortex();
|
||||
}
|
||||
|
||||
|
||||
@@ -405,4 +405,3 @@ void AddSC_instance_zulaman()
|
||||
{
|
||||
new instance_zulaman();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user