diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-14 22:48:56 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-14 22:48:56 +0200 |
commit | 9e9bdd77c565ab5c90441960bacb44ccd0d9e919 (patch) | |
tree | ed39abb4eec4bcc744684c610a976c83319740ab | |
parent | b87f794e168e7de1b024f8a576c473490956abb4 (diff) |
Core: Fix build
-rw-r--r-- | src/server/scripts/Spells/spell_priest.cpp | 1 |
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; } |