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

@@ -238,7 +238,6 @@ public:
if (!player)
return;
uint32 uiEntry = aPlaguedCritters[urand(0, 2)];
for (uint8 i = 0; i < 30; ++i)
{
@@ -380,7 +379,6 @@ public:
if (_gateTrapsCooldown[i])
break;
// Check that the trap is not on cooldown, if so check if player/pet is in range
for (Map::PlayerList::const_iterator itr = players.begin(); itr != players.end(); ++itr)
{
@@ -586,7 +584,6 @@ public:
}
};
InstanceScript* GetInstanceScript(InstanceMap* map) const override
{
return new instance_stratholme_InstanceMapScript(map);

View File

@@ -78,4 +78,3 @@ enum MiscIds
};
#endif