Core/Scripts: fix warning

This commit is contained in:
ariel-
2018-01-17 13:07:44 -03:00
parent ab3307fc23
commit fb8885fabc

View File

@@ -980,7 +980,6 @@ class spell_sha_healing_stream_totem : public SpellScriptLoader
void HandleDummy(SpellEffIndex /*effIndex*/)
{
int32 damage = GetEffectValue();
SpellInfo const* triggeringSpell = GetTriggeringSpell();
if (Unit* target = GetHitUnit())
{
Unit* caster = GetCaster();