Scripts/ScarletMonastery: fix typo caused by copy-paste

This commit is contained in:
MitchesD
2014-09-07 18:47:25 +02:00
parent 46930876e2
commit 17be840d4d

View File

@@ -91,7 +91,7 @@ class boss_interrogator_vishas : public CreatureScript
if (me->HealthBelowPctDamaged(30, damage) && _yellCount < 2)
{
Talk(SAY_HEALTH1);
Talk(SAY_HEALTH2);
++_yellCount;
}
}