mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 19:25:44 +00:00
DTK Implementation
DTK Implementation
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
#include "wotlk/nexus/NexusStrategy.h"
|
||||
#include "wotlk/azjolnerub/AzjolNerubStrategy.h"
|
||||
#include "wotlk/oldkingdom/OldKingdomStrategy.h"
|
||||
#include "wotlk/draktharonkeep/DrakTharonKeepStrategy.h"
|
||||
|
||||
/*
|
||||
Full list/TODO:
|
||||
Drak'Tharon Keep - DTK
|
||||
Trollgore, Novos the Summoner, King Dred, The Prophet Tharon'ja
|
||||
|
||||
The Violet Hold - VH
|
||||
Erekem, Moragg, Ichoron, Xevozz, Lavanthor, Zuramat the Obliterator, Cyanigosa
|
||||
Gundrak - GD
|
||||
@@ -75,8 +75,8 @@ class DungeonStrategyContext : public NamedObjectContext<Strategy>
|
||||
static Strategy* wotlk_nex(PlayerbotAI* botAI) { return new WotlkDungeonNexStrategy(botAI); }
|
||||
static Strategy* wotlk_an(PlayerbotAI* botAI) { return new WotlkDungeonANStrategy(botAI); }
|
||||
static Strategy* wotlk_ok(PlayerbotAI* botAI) { return new WotlkDungeonOKStrategy(botAI); }
|
||||
|
||||
static Strategy* wotlk_dtk(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
static Strategy* wotlk_dtk(PlayerbotAI* botAI) { return new WotlkDungeonDTKStrategy(botAI); }
|
||||
|
||||
static Strategy* wotlk_vh(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
static Strategy* wotlk_gd(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
static Strategy* wotlk_hos(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
|
||||
Reference in New Issue
Block a user