fix(Scripts/Raids): Phase 3 of Razorgore encounter should start when all eggs are destroyed. (#10837)
Fixes #10770.
This commit is contained in:
parent
dc57964211
commit
41cc053c68
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ public:
|
|||
}
|
||||
break;
|
||||
case SPECIAL:
|
||||
if (++EggCount >= 15)
|
||||
if (++EggCount >= EggList.size())
|
||||
{
|
||||
if (Creature* razor = instance->GetCreature(razorgoreGUID))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue