mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -78,4 +78,3 @@ enum MiscIds
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user