mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Spells: fixed a warning
This commit is contained in:
@@ -1295,7 +1295,7 @@ class spell_pri_shadow_orb : public AuraScript
|
||||
{
|
||||
PrepareAuraScript(spell_pri_shadow_orb);
|
||||
|
||||
bool Validate(SpellInfo const* spellInfo) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user