From 4b9465e1f91adbc139afe5f86ac84eb5f14b62b4 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Tue, 15 Jun 2021 22:55:50 +0200 Subject: Scripts/Misc: Fix issues reported by static analysis --- .../scripts/Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp b/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp index 5ae8fc35626..5c39a3c9e04 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp @@ -154,7 +154,7 @@ struct npc_underbog_mushroom : public ScriptedAI private: TaskScheduler _scheduler; - uint32 _counter; + uint32 _counter = 0; }; void AddSC_boss_hungarfen() -- cgit v1.2.3