Skip to content

Commit 38e2d85

Browse files
authored
Add missing break in ApplyInstanceStrategies (mod-playerbots#1887)
Well, I hope nobody has tried Magtheridon lately. It looks like this got inadvertently deleted during the merge.
1 parent d5dbc4d commit 38e2d85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PlayerbotAI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,6 +1477,7 @@ void PlayerbotAI::ApplyInstanceStrategies(uint32 mapId, bool tellMaster)
14771477
break;
14781478
case 544:
14791479
strategyName = "magtheridon"; // Magtheridon's Lair
1480+
break;
14801481
case 565:
14811482
strategyName = "gruulslair"; // Gruul's Lair
14821483
break;

0 commit comments

Comments
 (0)