From 8eb3e6c243d910658076cba55fb2c4b32612b877 Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 15 Dec 2017 03:39:42 -0300 Subject: Core/Scripts: more travis (cherry picked from commit 2d07d4f7b350035be50ccc39aba1ffdad09ad0b2) --- src/server/scripts/Spells/spell_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Spells') diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index df333101162..5ead906130d 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -796,7 +796,7 @@ class spell_item_extract_gas : public AuraScript { PrepareAuraScript(spell_item_extract_gas); - void PeriodicTick(AuraEffect const* aurEff) + void PeriodicTick(AuraEffect const* /*aurEff*/) { PreventDefaultAction(); -- cgit v1.2.3