mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Warning fixes and some random cleanup here and there
This commit is contained in:
@@ -381,7 +381,6 @@ class spell_warl_life_tap : public SpellScriptLoader
|
||||
if (Unit* target = GetHitUnit())
|
||||
{
|
||||
SpellInfo const* spellInfo = GetSpellInfo();
|
||||
float spFactor = 0.0f;
|
||||
int32 damage = int32(GetEffectValue() + (6.3875 * spellInfo->BaseLevel));
|
||||
int32 mana = int32(damage + (caster->GetUInt32Value(PLAYER_FIELD_MOD_DAMAGE_DONE_POS+SPELL_SCHOOL_SHADOW) * 0.5f));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user