aq20 ossirian strat

This commit is contained in:
Fuzz
2024-09-01 20:09:35 +10:00
parent 4b948520d7
commit 87745590da
15 changed files with 263 additions and 5 deletions

View File

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