Prince Phase 3 fix
fixed a error for when prince was at 30% life he didnt go into phase 3.
This commit is contained in:
@@ -400,6 +400,7 @@ public:
|
||||
if (phase == 2)
|
||||
{
|
||||
if (SunderArmorTimer <= diff)
|
||||
{
|
||||
DoCast(SPELL_SUNDER_ARMOR);
|
||||
SunderArmorTimer = urand(5000, 10000);
|
||||
}
|
||||
@@ -410,8 +411,8 @@ public:
|
||||
{
|
||||
Phase3();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (phase == 3)
|
||||
{
|
||||
if (AmplifyDamageTimer <= diff)
|
||||
|
||||
Reference in New Issue
Block a user