Skip to content

Commit 4cbb35f

Browse files
committed
fix(scripts/shaman): remove stray const from Cloudburst's HandleHeal
1 parent cdbc445 commit 4cbb35f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/scripts/Spells/spell_shaman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ class spell_sha_cloudburst : public SpellScript
630630
_targetCount = uint32(targets.size());
631631
}
632632

633-
void HandleHeal(SpellEffIndex /*effIndex*/) const
633+
void HandleHeal(SpellEffIndex /*effIndex*/)
634634
{
635635
if (_targetCount)
636636
SetHitHeal(GetHitHeal() / _targetCount);

0 commit comments

Comments
 (0)