diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-12-15 03:39:42 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-12-15 03:39:42 -0300 |
commit | 2d07d4f7b350035be50ccc39aba1ffdad09ad0b2 (patch) | |
tree | c20f2c23e3f2438eadec941ca21abbb0cb6e5ada | |
parent | ea0224e3bd8a4b081725c1eae5c597f8c7d74d7f (diff) |
Core/Scripts: more travis
-rw-r--r-- | src/server/scripts/Spells/spell_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |