From 178881983fb1b08013d9c675ebe06d8ddcc6e0cb Mon Sep 17 00:00:00 2001 From: killerwife Date: Sun, 28 Jul 2024 14:23:01 +0200 Subject: [PATCH] Fix previous commit --- src/game/AI/ScriptDevAI/scripts/northrend/world_northrend.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/AI/ScriptDevAI/scripts/northrend/world_northrend.cpp b/src/game/AI/ScriptDevAI/scripts/northrend/world_northrend.cpp index e2e120544e2..8459df9e061 100644 --- a/src/game/AI/ScriptDevAI/scripts/northrend/world_northrend.cpp +++ b/src/game/AI/ScriptDevAI/scripts/northrend/world_northrend.cpp @@ -66,10 +66,10 @@ void world_map_northrend::OnCreatureGroupDespawn(CreatureGroup* creatureGroup, C case 25014: case 25015: instance->GetVariableManager().SetVariable(WORLD_STATE_CUSTOM_ICC_GRP_08, urand(0, 1)); break; - case 25016: case 25017: case 25018 + case 25016: case 25017: case 25018: instance->GetVariableManager().SetVariable(WORLD_STATE_CUSTOM_ICC_GRP_09, urand(0, 2)); break; - case 25019: case 25020: case 25021 + case 25019: case 25020: case 25021: instance->GetVariableManager().SetVariable(WORLD_STATE_CUSTOM_ICC_GRP_10, urand(0, 2)); break; }