mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
fix(Core/Misc): all GCC warnings (#3457)
This commit is contained in:
@@ -227,8 +227,10 @@ class boss_halion : public CreatureScript
|
||||
case NPC_METEOR_STRIKE_FLAME:
|
||||
if (Is25ManRaid() && IsHeroic() && roll_chance_i(90) && summons.GetEntryCount(NPC_LIVING_EMBER) < _livingEmberCount + 12)
|
||||
if (Creature* ember = me->SummonCreature(NPC_LIVING_EMBER, *summon, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 1000))
|
||||
{
|
||||
ember->SetVisible(false);
|
||||
// no break
|
||||
}
|
||||
[[fallthrough]];
|
||||
case NPC_METEOR_STRIKE_NORTH:
|
||||
case NPC_METEOR_STRIKE_SOUTH:
|
||||
case NPC_METEOR_STRIKE_WEST:
|
||||
|
||||
Reference in New Issue
Block a user