aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-15 02:51:48 -0300
committerariel- <ariel-@users.noreply.github.com>2017-12-15 02:51:48 -0300
commitea0224e3bd8a4b081725c1eae5c597f8c7d74d7f (patch)
tree661bf8aaae71db69ae9e584bc76e13915cf24217 /src/server/scripts/Outland
parenta36e804ae4639be40be17282e6c79fad9a769517 (diff)
Core/Scripts: travis fixes
Diffstat (limited to 'src/server/scripts/Outland')
-rw-r--r--src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp
index 8fc66bef7e3..58ac4b353ec 100644
--- a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp
+++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp
@@ -592,7 +592,7 @@ class spell_alar_flame_quills : public AuraScript
{
PrepareAuraScript(spell_alar_flame_quills);
- bool Validate(SpellInfo const* /*spellInfo*/)
+ bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(flameQuillsSpells);
}