mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Pets: fixed a typo that was causing Bloodworms to have way more health than intended
This commit is contained in:
@@ -1052,6 +1052,7 @@ bool Guardian::InitStatsForLevel(uint8 petlevel)
|
||||
SetBaseWeaponDamage(BASE_ATTACK, MAXDAMAGE, maxDamage);
|
||||
if (!HasAura(50453)) // Blood Siphon
|
||||
CastSpell(this, 50453, true);
|
||||
break;
|
||||
}
|
||||
case ENTRY_INFERNAL:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user