mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/Scripts: kill a warning
This commit is contained in:
@@ -2807,7 +2807,7 @@ class spell_gen_proc_charge_drop_only : public SpellScriptLoader
|
||||
{
|
||||
PrepareAuraScript(spell_gen_proc_charge_drop_only_AuraScript);
|
||||
|
||||
void HandleChargeDrop(ProcEventInfo& eventInfo)
|
||||
void HandleChargeDrop(ProcEventInfo& /*eventInfo*/)
|
||||
{
|
||||
PreventDefaultAction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user