fix(Core/BWL): Remove warlocks and taskmasters as Razorgore's summons (#10961)
This commit is contained in:
parent
7ad65752fa
commit
fa55eab6b5
1 changed files with 0 additions and 2 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue