diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-04-07 17:23:26 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2018-04-07 17:23:26 +0200 |
| commit | 74defba5a7e3e0619ca05808936ebd74741e1472 (patch) | |
| tree | c7b35c9a615a6ac608ca917ea81f8ec6e62cfeba /src/server/scripts | |
| parent | 4fc9b2cc949522e097876afbd75a540406a676fb (diff) | |
Core/Movement: Fix a potential crash on newly created pets. Closes #21791.
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_paladin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_paladin.cpp b/src/server/scripts/Spells/spell_paladin.cpp index e6c980a7731..90dc0d335ee 100644 --- a/src/server/scripts/Spells/spell_paladin.cpp +++ b/src/server/scripts/Spells/spell_paladin.cpp @@ -1830,7 +1830,7 @@ class spell_pal_righteous_defense : public SpellScript return SPELL_CAST_OK; } - void HandleDummy(SpellEffIndex effIndex) + void HandleDummy(SpellEffIndex /*effIndex*/) { if (Unit* target = GetHitUnit()) { |
