Core/: Fix warnings

--HG--
branch : trunk
This commit is contained in:
Spp
2010-09-28 14:48:17 +02:00
parent 7abe69b570
commit e27976102d
8 changed files with 78 additions and 63 deletions

View File

@@ -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;

View File

@@ -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;