mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(Core/BWL): Remove warlocks and taskmasters as Razorgore's summons (#10961)
This commit is contained in:
@@ -90,9 +90,7 @@ public:
|
||||
chromaggusGUID = creature->GetGUID();
|
||||
break;
|
||||
case NPC_BLACKWING_DRAGON:
|
||||
case NPC_BLACKWING_TASKMASTER:
|
||||
case NPC_BLACKWING_LEGIONAIRE:
|
||||
case NPC_BLACKWING_WARLOCK:
|
||||
case NPC_BLACKWING_MAGE:
|
||||
if (Creature* razor = instance->GetCreature(razorgoreGUID))
|
||||
if (CreatureAI* razorAI = razor->AI())
|
||||
|
||||
Reference in New Issue
Block a user