aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-05-10 19:57:20 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-05-10 19:57:20 +0200
commitcccdbf4755f189f93cbca42ba632d71f40c02318 (patch)
treea3d1b29ca768fd7a72cb1553b6f9afcdb50e4a3f /src
parenta0dacd90cb1bf5b5ea58a5ba85f0d4d796408dfb (diff)
Core/Spells: Fixed warning
Diffstat (limited to 'src')
-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 4f0d8e7912a..b0f49340f7b 100644
--- a/src/server/scripts/Spells/spell_shaman.cpp
+++ b/src/server/scripts/Spells/spell_shaman.cpp
@@ -290,7 +290,7 @@ public:
return true;
}
- bool Load()
+ bool Load() override
{
return GetCaster()->GetTypeId() == TYPEID_PLAYER;
}