aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
diff options
context:
space:
mode:
authorSorikoff <46191832+Sorikoff@users.noreply.github.com>2020-02-01 15:55:16 +0200
committerGitHub <noreply@github.com>2020-02-01 14:55:16 +0100
commite10239311c95866f9316521b570f8600c08a2ff5 (patch)
tree25f562ea67257381dba26e55d1d82cd4f8816943 /src/server/game/Spells/SpellEffects.cpp
parent6c85964065dc2b2d397904d79755eacc43a8ab0d (diff)
Scripts/Spells: Gift of the Harvester (#24111)
* Scripts/Spells: Gift of the Harvester * Scripts/Spells: nopch * Scripts/Spells: nopch * Scripts/Spells: validate * Rename 9999_99_99_99_world.sql to 2020_02_01_03_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Diffstat (limited to 'src/server/game/Spells/SpellEffects.cpp')
-rw-r--r--src/server/game/Spells/SpellEffects.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
index 9c5b9cd4567..943a197e6da 100644
--- a/src/server/game/Spells/SpellEffects.cpp
+++ b/src/server/game/Spells/SpellEffects.cpp
@@ -3519,10 +3519,6 @@ void Spell::EffectScriptEffect(SpellEffIndex effIndex)
if (unitTarget->GetTypeId() == TYPEID_UNIT && unitTarget->IsSummon())
unitTarget->ToTempSummon()->UnSummon();
return;
- case 52479: // Gift of the Harvester
- if (unitTarget && unitCaster)
- unitCaster->CastSpell(unitTarget, urand(0, 1) ? damage : 52505, true);
- return;
case 57347: // Retrieving (Wintergrasp RP-GG pickup spell)
{
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT || m_caster->GetTypeId() != TYPEID_PLAYER)