mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 22:56:39 +01:00
Scripts/Icecrown Citadel: Fixed crashes in spell_putricide_expunged_gas_SpellScript
This commit is contained in:
@@ -875,6 +875,7 @@ class spell_putricide_expunged_gas : public SpellScriptLoader
|
||||
|
||||
void Register()
|
||||
{
|
||||
OnCheckCast += SpellCheckCastFn(spell_putricide_expunged_gas_SpellScript::CheckCast);
|
||||
OnEffect += SpellEffectFn(spell_putricide_expunged_gas_SpellScript::CalcDamage, EFFECT_0, SPELL_EFFECT_SCHOOL_DAMAGE);
|
||||
AfterHit += SpellHitFn(spell_putricide_expunged_gas_SpellScript::DespawnAfterCast);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user