Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jul 28, 2024
1 parent fab2289 commit 1788819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/AI/ScriptDevAI/scripts/northrend/world_northrend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1788819

Please sign in to comment.