From 8a91448f282f7c1cb12223cbbc1c40dfac14bfef Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 14 May 2023 19:36:06 +0200 Subject: Scripts/Spells: Fixed uninitialized variable in d64f7c332e1c6b9d15240979f3f95db4131ff17c --- src/server/scripts/Spells/spell_warrior.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_warrior.cpp b/src/server/scripts/Spells/spell_warrior.cpp index e72754f8cee..167794b7c23 100644 --- a/src/server/scripts/Spells/spell_warrior.cpp +++ b/src/server/scripts/Spells/spell_warrior.cpp @@ -237,7 +237,7 @@ class spell_warr_fueled_by_violence : public AuraScript } private: - uint32 _nextHealAmount; + uint32 _nextHealAmount = 0; }; // 6544 - Heroic leap -- cgit v1.2.3