Merge pull request #779 from Bobblybook/master

EoE Implementation (WIP)
This commit is contained in:
Bobblybook
2024-12-16 08:29:27 +11:00
committed by GitHub
19 changed files with 822 additions and 19 deletions

View File

@@ -1606,6 +1606,9 @@ void PlayerbotAI::ApplyInstanceStrategies(uint32 mapId, bool tellMaster)
case 615:
strategyName = "wotlk-os"; // Obsidian Sanctum
break;
case 616:
strategyName = "wotlk-eoe"; // Eye Of Eternity
break;
case 619:
strategyName = "wotlk-ok"; // Ahn'kahet: The Old Kingdom
break;