added mc/moltencore strat (just for baron geddon's inferno and living-bomb)

This commit is contained in:
Fuzz
2024-08-26 22:43:13 +10:00
parent d29569e9ea
commit 37a2721ff5
11 changed files with 198 additions and 0 deletions

View File

@@ -1504,6 +1504,9 @@ void PlayerbotAI::ApplyInstanceStrategies(uint32 mapId, bool tellMaster)
case 469:
strategyName = "bwl";
break;
case 409:
strategyName = "mc";
break;
default:
break;
}