Core/Pets: fixed a typo that was causing Bloodworms to have way more health than intended

This commit is contained in:
Ovahlord
2019-01-18 17:34:47 +01:00
parent daf192d312
commit dadd07f9ae

View File

@@ -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:
{