fix(Core/Spells): Un-hack Spellcloth trigger spell (#15284)

Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
Gultask
2023-03-05 16:29:41 -03:00
committed by GitHub
parent 034b521501
commit 0b04c7f3b6
2 changed files with 2 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 0 WHERE `ID` = 31374;

View File

@@ -6032,13 +6032,6 @@ void AuraEffect::HandlePeriodicTriggerSpellAuraTick(Unit* target, Unit* caster)
Unit::Kill(target, target);
return;
}
// Spellcloth
case 31373:
{
// Summon Elemental after create item
target->SummonCreature(17870, 0, 0, 0, target->GetOrientation(), TEMPSUMMON_DEAD_DESPAWN, 0);
return;
}
// Eye of Grillok
case 38495:
triggerSpellId = 38530;