mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -40,4 +40,3 @@ enum bloodFurnaceNPC
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -347,4 +347,3 @@ void AddSC_boss_kelidan_the_breaker()
|
||||
new boss_kelidan_the_breaker();
|
||||
new npc_shadowmoon_channeler();
|
||||
}
|
||||
|
||||
|
||||
@@ -130,4 +130,3 @@ void AddSC_boss_the_maker()
|
||||
{
|
||||
new boss_the_maker();
|
||||
}
|
||||
|
||||
|
||||
@@ -326,4 +326,3 @@ void AddSC_instance_blood_furnace()
|
||||
{
|
||||
new instance_blood_furnace();
|
||||
}
|
||||
|
||||
|
||||
@@ -173,4 +173,3 @@ void AddSC_boss_omor_the_unscarred()
|
||||
{
|
||||
new boss_omor_the_unscarred();
|
||||
}
|
||||
|
||||
|
||||
@@ -95,7 +95,6 @@ public:
|
||||
|
||||
EventMap events2;
|
||||
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
events2.Reset();
|
||||
@@ -154,7 +153,6 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if (!UpdateVictim() || !CheckInRoom())
|
||||
return;
|
||||
|
||||
@@ -325,4 +323,3 @@ void AddSC_boss_magtheridon()
|
||||
new spell_magtheridon_blaze();
|
||||
new spell_magtheridon_shadow_grasp();
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include "InstanceScript.h"
|
||||
#include "magtheridons_lair.h"
|
||||
|
||||
|
||||
DoorData const doorData[] =
|
||||
{
|
||||
{ GO_MAGTHERIDON_DOORS, TYPE_MAGTHERIDON, DOOR_TYPE_ROOM, BOUNDARY_S },
|
||||
@@ -224,4 +223,3 @@ void AddSC_instance_magtheridons_lair()
|
||||
{
|
||||
new instance_magtheridons_lair();
|
||||
}
|
||||
|
||||
|
||||
@@ -39,4 +39,3 @@ enum GoIds
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user