aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorSpp <none@none>2010-09-28 14:48:17 +0200
committerSpp <none@none>2010-09-28 14:48:17 +0200
commite27976102d1b0f562e23c2d2f90749c8e19bf39f (patch)
tree8ea5bd90ab69b995b1b2223af854c78a341b5514 /src/server/scripts/Spells
parent7abe69b570c96342d52bbdfb6ee69e2fe6bfd70a (diff)
Core/: Fix warnings
--HG-- branch : trunk
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_hunter.cpp2
-rw-r--r--src/server/scripts/Spells/spell_paladin.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp
index 9c4a339da6a..925f359206b 100644
--- a/src/server/scripts/Spells/spell_hunter.cpp
+++ b/src/server/scripts/Spells/spell_hunter.cpp
@@ -343,7 +343,7 @@ public:
class spell_hun_sniper_training_AuraScript : public AuraScript
{
- bool Validate(SpellEntry const * entry)
+ bool Validate(SpellEntry const * /*entry*/)
{
if (!sSpellStore.LookupEntry(SPELL_SNIPER_TRAINING_R1))
return false;
diff --git a/src/server/scripts/Spells/spell_paladin.cpp b/src/server/scripts/Spells/spell_paladin.cpp
index a0706ed3ac8..9bdfa43a324 100644
--- a/src/server/scripts/Spells/spell_paladin.cpp
+++ b/src/server/scripts/Spells/spell_paladin.cpp
@@ -99,7 +99,7 @@ public:
class spell_pal_blessing_of_sanctuary_AuraScript : public AuraScript
{
- bool Validate(SpellEntry const * entry)
+ bool Validate(SpellEntry const* /*entry*/)
{
if (!sSpellStore.LookupEntry(PALADIN_SPELL_BLESSING_OF_SANCTUARY_BUFF))
return false;