fix(Scripts/BWL): drakes in Blackwing Lair can't attack (#7303)
Closes #7246
This commit is contained in:
parent
723dbbff58
commit
28a7646414
1 changed files with 0 additions and 6 deletions
|
|
@ -140,12 +140,6 @@ public:
|
|||
if (GetBossState(DATA_VAELASTRAZ_THE_CORRUPT) != DONE)
|
||||
return false;
|
||||
break;
|
||||
case DATA_FIREMAW:
|
||||
case DATA_EBONROC:
|
||||
case DATA_FLAMEGOR:
|
||||
if (GetBossState(DATA_BROODLORD_LASHLAYER) != DONE)
|
||||
return false;
|
||||
break;
|
||||
case DATA_CHROMAGGUS:
|
||||
if (GetBossState(DATA_FIREMAW) != DONE
|
||||
|| GetBossState(DATA_EBONROC) != DONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue