aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/GruulsLair
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Outland/GruulsLair')
-rw-r--r--src/server/scripts/Outland/GruulsLair/boss_gruul.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/scripts/Outland/GruulsLair/boss_gruul.cpp b/src/server/scripts/Outland/GruulsLair/boss_gruul.cpp
index c88f98b937a..d2a3aaa3ed6 100644
--- a/src/server/scripts/Outland/GruulsLair/boss_gruul.cpp
+++ b/src/server/scripts/Outland/GruulsLair/boss_gruul.cpp
@@ -276,8 +276,6 @@ class spell_gruul_shatter : public SpellScriptLoader
class spell_gruul_shatter_SpellScript : public SpellScript
{
- PrepareSpellScript(spell_gruul_shatter_SpellScript);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo({ SPELL_STONED, SPELL_SHATTER_EFFECT });
@@ -311,8 +309,6 @@ class spell_gruul_shatter_effect : public SpellScriptLoader
class spell_gruul_shatter_effect_SpellScript : public SpellScript
{
- PrepareSpellScript(spell_gruul_shatter_effect_SpellScript);
-
bool Validate(SpellInfo const* spellInfo) override
{
return ValidateSpellEffect({ { spellInfo->Id, EFFECT_0 } });