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

@@ -40,4 +40,3 @@ enum bloodFurnaceNPC
};
#endif

View File

@@ -347,4 +347,3 @@ void AddSC_boss_kelidan_the_breaker()
new boss_kelidan_the_breaker();
new npc_shadowmoon_channeler();
}

View File

@@ -130,4 +130,3 @@ void AddSC_boss_the_maker()
{
new boss_the_maker();
}

View File

@@ -326,4 +326,3 @@ void AddSC_instance_blood_furnace()
{
new instance_blood_furnace();
}

View File

@@ -173,4 +173,3 @@ void AddSC_boss_omor_the_unscarred()
{
new boss_omor_the_unscarred();
}

View File

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

View File

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

View File

@@ -39,4 +39,3 @@ enum GoIds
};
#endif