mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
- Added Iron Assembly Rune of Power strategy (#1275)
This commit is contained in:
@@ -16,6 +16,7 @@ enum UlduarIDs
|
||||
SPELL_OVERLOAD_25_MAN = 63481,
|
||||
SPELL_OVERLOAD_10_MAN_2 = 63485,
|
||||
SPELL_OVERLOAD_25_MAN_2 = 61886,
|
||||
SPELL_RUNE_OF_POWER = 64320,
|
||||
|
||||
//Kologarn
|
||||
NPC_RIGHT_ARM = 32934,
|
||||
@@ -140,6 +141,13 @@ public:
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
class IronAssemblyRuneOfPowerTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
IronAssemblyRuneOfPowerTrigger(PlayerbotAI* ai) : Trigger(ai, "iron assembly rune of power trigger") {}
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
//
|
||||
// Kologarn
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user