mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(Scripts/Raids): Phase 3 of Razorgore encounter should start when all eggs are destroyed. (#10837)
Fixes #10770.
This commit is contained in:
@@ -254,7 +254,7 @@ public:
|
||||
}
|
||||
break;
|
||||
case SPECIAL:
|
||||
if (++EggCount >= 15)
|
||||
if (++EggCount >= EggList.size())
|
||||
{
|
||||
if (Creature* razor = instance->GetCreature(razorgoreGUID))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user