mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Warning fixes
This commit is contained in:
@@ -683,7 +683,7 @@ class spell_powering_up : public SpellScriptLoader
|
||||
{
|
||||
PrepareSpellScript(spell_powering_up_SpellScript);
|
||||
|
||||
bool Validate(SpellInfo const* spellInfo) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_SURGE_OF_SPEED, SPELL_POWERING_UP });
|
||||
}
|
||||
|
||||
@@ -636,7 +636,7 @@ class spell_gen_break_shield : public SpellScriptLoader
|
||||
{
|
||||
PrepareSpellScript(spell_gen_break_shield_SpellScript);
|
||||
|
||||
bool Validate(SpellInfo const* spellInfo) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ 62552, 62719, 64100, 66482 });
|
||||
}
|
||||
@@ -2012,7 +2012,7 @@ class spell_gen_mounted_charge: public SpellScriptLoader
|
||||
{
|
||||
PrepareSpellScript(spell_gen_mounted_charge_SpellScript);
|
||||
|
||||
bool Validate(SpellInfo const* spellInfo) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ 62552, 62719, 64100, 66482 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user