diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-07-24 10:48:50 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-07-24 10:48:50 +0200 |
| commit | 2e7e49b749e16f5cf9d0a2f4518f9aa7fef2308b (patch) | |
| tree | 4c5d6a15ff3c74a2a2eaf35ea6a7d9319848104d /src/server/scripts/EasternKingdoms/SunkenTemple | |
| parent | 228c56f3c5e23345cf2b5a391c614e52f61fe7f9 (diff) | |
Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses
Diffstat (limited to 'src/server/scripts/EasternKingdoms/SunkenTemple')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp b/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp index 18e62d1d88f..d27985051b0 100644 --- a/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp +++ b/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp @@ -97,8 +97,6 @@ enum HexOfJammalan // 12479 - Hex of Jammal'an class spell_sunken_temple_hex_of_jammalan : public AuraScript { - PrepareAuraScript(spell_sunken_temple_hex_of_jammalan); - bool Validate(SpellInfo const* /*spellInfo*/) override { return ValidateSpellInfo({ SPELL_HEX_OF_JAMMALAN_TRANSFORM, SPELL_HEX_OF_JAMMALAN_CHARM }); @@ -128,8 +126,6 @@ class spell_sunken_temple_hex_of_jammalan : public AuraScript // 12480 - Hex of Jammal'an class spell_sunken_temple_hex_of_jammalan_transform : public AuraScript { - PrepareAuraScript(spell_sunken_temple_hex_of_jammalan_transform); - bool Validate(SpellInfo const* /*spellInfo*/) override { return ValidateSpellInfo({ SPELL_HEX_OF_JAMMALAN_CHARM }); |
