diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-12-15 03:39:42 -0300 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-03-15 20:17:31 +0100 |
commit | 8eb3e6c243d910658076cba55fb2c4b32612b877 (patch) | |
tree | c0d557944d5304036e2a0dae73a92d9fbf36e385 | |
parent | 6042126916c3389cfc5e87254900154d2f9610f5 (diff) |
Core/Scripts: more travis
(cherry picked from commit 2d07d4f7b350035be50ccc39aba1ffdad09ad0b2)
-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 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(); |