mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
Core/: Fix warnings
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user