mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Added Vault of Archavon strategy with Emalon tactics (#1117)
This commit is contained in:
@@ -1534,7 +1534,7 @@ void PlayerbotAI::ApplyInstanceStrategies(uint32 mapId, bool tellMaster)
|
||||
strategyName = "wotlk-hol"; // Halls of Lightning
|
||||
break;
|
||||
case 603:
|
||||
strategyName = "uld";
|
||||
strategyName = "uld"; // Ulduar
|
||||
break;
|
||||
case 604:
|
||||
strategyName = "wotlk-gd"; // Gundrak
|
||||
@@ -1551,8 +1551,11 @@ void PlayerbotAI::ApplyInstanceStrategies(uint32 mapId, bool tellMaster)
|
||||
case 619:
|
||||
strategyName = "wotlk-ok"; // Ahn'kahet: The Old Kingdom
|
||||
break;
|
||||
case 624:
|
||||
strategyName = "voa"; // Vault of Archavon
|
||||
break;
|
||||
case 631:
|
||||
strategyName = "icc";
|
||||
strategyName = "icc"; // Icecrown Citadel
|
||||
break;
|
||||
case 632:
|
||||
strategyName = "wotlk-fos"; // The Forge of Souls
|
||||
|
||||
Reference in New Issue
Block a user