aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-14 22:48:56 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-14 22:48:56 +0200
commit9e9bdd77c565ab5c90441960bacb44ccd0d9e919 (patch)
treeed39abb4eec4bcc744684c610a976c83319740ab /src
parentb87f794e168e7de1b024f8a576c473490956abb4 (diff)
Core: Fix build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_priest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_priest.cpp b/src/server/scripts/Spells/spell_priest.cpp
index bccac107be3..e47f5d0e811 100644
--- a/src/server/scripts/Spells/spell_priest.cpp
+++ b/src/server/scripts/Spells/spell_priest.cpp
@@ -718,6 +718,7 @@ class spell_pri_renew : public SpellScriptLoader
return true;
}
+ bool Load() OVERRIDE
{
return GetCaster() && GetCaster()->GetTypeId() == TYPEID_PLAYER;
}