mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Core: Adjust parameter output values to avoid excessive warning outputs on GCC and some other minor warnings
This commit is contained in:
@@ -769,7 +769,7 @@ class spell_dk_death_grip : public SpellScriptLoader
|
||||
{
|
||||
PrepareSpellScript(spell_dk_death_grip_SpellScript);
|
||||
|
||||
void HandleDummy(SpellEffIndex effIndex)
|
||||
void HandleDummy(SpellEffIndex /*effIndex*/)
|
||||
{
|
||||
int32 damage = GetEffectValue();
|
||||
Position const* pos = GetTargetDest();
|
||||
|
||||
Reference in New Issue
Block a user