aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-10-11 14:12:00 +0200
committerGitHub <noreply@github.com>2022-10-11 14:12:00 +0200
commitb3c27656bcaf389ca901cfef680edb301b5eefb5 (patch)
tree562c70065a8409cfff3310b5c177047656986c76 /src/server/scripts/Spells
parentc7109629dcd26c106333a768523ad08552aac48f (diff)
Core/Spells: Move draenor spell to generic spell (#28356)
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_generic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp
index 1acc02ae655..70b90d9c831 100644
--- a/src/server/scripts/Spells/spell_generic.cpp
+++ b/src/server/scripts/Spells/spell_generic.cpp
@@ -5160,6 +5160,7 @@ class spell_gen_reverse_cast_target_to_caster_triggered: public SpellScript
// Note: this spell unsummons any creature owned by the caster. Set appropriate target conditions on the DB.
// 84065 - Despawn All Summons
// 83935 - Despawn All Summons
+// 160938 - Despawn All Summons (Garrison Intro Only)
class spell_gen_despawn_all_summons_owned_by_caster : public SpellScript
{
PrepareSpellScript(spell_gen_despawn_all_summons_owned_by_caster);