fix(Scripts/Raids): Phase 3 of Razorgore encounter should start when all eggs are destroyed. (#10837)
Fixes #10770.
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ public:
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SPECIAL:
|
case SPECIAL:
|
||||||
if (++EggCount >= 15)
|
if (++EggCount >= EggList.size())
|
||||||
{
|
{
|
||||||
if (Creature* razor = instance->GetCreature(razorgoreGUID))
|
if (Creature* razor = instance->GetCreature(razorgoreGUID))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user