- Added Iron Assembly Rune of Power strategy (#1275)

This commit is contained in:
kadeshar
2025-05-09 12:42:33 +02:00
committed by GitHub
parent f365b79e96
commit 9ca326c8cb
7 changed files with 51 additions and 0 deletions

View File

@@ -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
//