mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 07:23:44 +00:00
fix(Core/Misc): all GCC warnings (#3457)
This commit is contained in:
@@ -45,7 +45,7 @@ class instance_gruuls_lair : public InstanceMapScript
|
||||
{
|
||||
case NPC_MAULGAR:
|
||||
_maulgarGUID = creature->GetGUID();
|
||||
// no break;
|
||||
[[fallthrough]];
|
||||
case NPC_KROSH_FIREHAND:
|
||||
case NPC_OLM_THE_SUMMONER:
|
||||
case NPC_KIGGLER_THE_CRAZED:
|
||||
|
||||
@@ -508,7 +508,7 @@ public:
|
||||
|
||||
_events.Update(diff);
|
||||
|
||||
switch (uint32 eventId = _events.ExecuteEvent())
|
||||
switch (_events.ExecuteEvent())
|
||||
{
|
||||
case EVENT_SPELL_ISHANAH_HOLY_SMITE:
|
||||
me->CastSpell(me->GetVictim(), HOLY_SMITE_ISHANAH, false);
|
||||
|
||||
Reference in New Issue
Block a user