Scripts/Spells: Transformation Sickness 169869. (#18375)
Fix calculate value. Closes #18374
This commit is contained in:
committed by
Duarte Duarte
parent
49ac4ab623
commit
7536445b6d
@@ -4241,7 +4241,7 @@ public:
|
||||
void HandleScript(SpellEffIndex /*effIndex*/)
|
||||
{
|
||||
if (Unit* target = GetHitUnit())
|
||||
target->SetHealth(target->CountPctFromMaxHealth(10));
|
||||
target->SetHealth(target->CountPctFromMaxHealth(25));
|
||||
}
|
||||
|
||||
void Register() override
|
||||
|
||||
Reference in New Issue
Block a user