mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Scripts/ScarletMonastery: fix typo caused by copy-paste
This commit is contained in:
@@ -91,7 +91,7 @@ class boss_interrogator_vishas : public CreatureScript
|
||||
|
||||
if (me->HealthBelowPctDamaged(30, damage) && _yellCount < 2)
|
||||
{
|
||||
Talk(SAY_HEALTH1);
|
||||
Talk(SAY_HEALTH2);
|
||||
++_yellCount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user