aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-05-01 02:19:55 +0200
committerNaios <naios-dev@live.de>2016-05-01 02:19:55 +0200
commitb4c12d269983b5ccbe334b08433d116d791ed148 (patch)
tree20af2750e3ecf8440dbddcb9af6769228776ee1f /src/server/scripts/Spells
parentda186daf026e1de6524bd8962859e850afc4f687 (diff)
Core/Scripts: Fix 2 warnings
* Ref d9f7692c2e1e * Ref 0fbcddcb4f8f
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_shaman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp
index ad7adf38821..e20712f7e02 100644
--- a/src/server/scripts/Spells/spell_shaman.cpp
+++ b/src/server/scripts/Spells/spell_shaman.cpp
@@ -125,7 +125,7 @@ class spell_sha_chain_heal : public SpellScriptLoader
{
PrepareSpellScript(spell_sha_chain_heal_SpellScript);
- bool Validate(SpellInfo const* /*spellInfo*/)
+ bool Validate(SpellInfo const* /*spellInfo*/) override
{
if (!sSpellMgr->GetSpellInfo(SPELL_SHAMAN_HIGH_TIDE))
return false;