aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rw-r--r--src/server/game/Spells/SpellScript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h
index 5513d95b9b9..ad1556ae57c 100644
--- a/src/server/game/Spells/SpellScript.h
+++ b/src/server/game/Spells/SpellScript.h
@@ -132,6 +132,8 @@ class TC_GAME_API _SpellScript
// Function called when script is destroyed
// use for: deallocating memory allocated by script
virtual void Unload() { }
+ // Helpers
+ static bool ValidateSpellInfo(std::vector<uint32> spellIds);
};
// SpellScript interface - enum used for runtime checks of script function calls