aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2021-06-15 22:55:50 +0200
committerjackpoz <giacomopoz@gmail.com>2021-06-15 22:55:50 +0200
commit4b9465e1f91adbc139afe5f86ac84eb5f14b62b4 (patch)
tree4985ec04a3fde78da88c796ab9ca645d51a29964
parent27c338a268abfe13a9f251c1b4eb18c9ba14ebea (diff)
Scripts/Misc: Fix issues reported by static analysis
-rw-r--r--src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp2
1 files changed, 1 insertions, 1 deletions
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()