mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
@@ -563,7 +563,9 @@ public:
|
||||
Spark->DisappearAndDie();
|
||||
DespawnNagaFlag(false);
|
||||
me->DisappearAndDie();
|
||||
default: return 99999999;
|
||||
/* fallthrough */
|
||||
default:
|
||||
return 99999999;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -231,7 +231,7 @@ class ValithriaDespawner : public BasicEvent
|
||||
case NPC_VALITHRIA_DREAMWALKER:
|
||||
if (InstanceScript* instance = creature->GetInstanceScript())
|
||||
instance->SendEncounterUnit(ENCOUNTER_FRAME_DISENGAGE, creature);
|
||||
// no break
|
||||
/* fallthrough */
|
||||
case NPC_BLAZING_SKELETON:
|
||||
case NPC_SUPPRESSER:
|
||||
case NPC_BLISTERING_ZOMBIE:
|
||||
|
||||
@@ -534,7 +534,7 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* fallthrough */
|
||||
/* fallthrough */
|
||||
case EVENT_MISS:
|
||||
{
|
||||
shooter->CastSpell(wilhelm, SPELL_MISS_APPLE);
|
||||
|
||||
@@ -149,6 +149,8 @@ class boss_shattered_executioner : public CreatureScript
|
||||
/* fallthrough */
|
||||
case 1:
|
||||
me->RemoveLootMode(LOOT_MODE_HARD_MODE_3);
|
||||
/* fallthrough */
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user