diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-01-17 13:07:44 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-01-17 13:07:44 -0300 |
| commit | fb8885fabc04d9252ead8369159104b8a1cb43da (patch) | |
| tree | 0902613fedeeaa795a8ca150be6ef9ca10b9b9e9 /src | |
| parent | ab3307fc2373ace51bea93682bc66bc709ca019c (diff) | |
Core/Scripts: fix warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Spells/spell_shaman.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index 93892d34401..9fc64958471 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -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(); |
