From 2d07d4f7b350035be50ccc39aba1ffdad09ad0b2 Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 15 Dec 2017 03:39:42 -0300 Subject: Core/Scripts: more travis --- src/server/scripts/Spells/spell_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index 5a643d8a383..7756983e089 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -797,7 +797,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