Add missing break in ApplyInstanceStrategies (#1887)

Well, I hope nobody has tried Magtheridon lately. It looks like this got
inadvertently deleted during the merge.
This commit is contained in:
Crow
2025-11-28 12:00:12 -06:00
committed by GitHub
parent d5dbc4ddd7
commit 38e2d8584b

View File

@@ -1477,6 +1477,7 @@ void PlayerbotAI::ApplyInstanceStrategies(uint32 mapId, bool tellMaster)
break; break;
case 544: case 544:
strategyName = "magtheridon"; // Magtheridon's Lair strategyName = "magtheridon"; // Magtheridon's Lair
break;
case 565: case 565:
strategyName = "gruulslair"; // Gruul's Lair strategyName = "gruulslair"; // Gruul's Lair
break; break;