diff options
author | jackpoz <giacomopoz@gmail.com> | 2021-06-15 22:55:50 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2021-06-15 22:55:50 +0200 |
commit | 4b9465e1f91adbc139afe5f86ac84eb5f14b62b4 (patch) | |
tree | 4985ec04a3fde78da88c796ab9ca645d51a29964 | |
parent | 27c338a268abfe13a9f251c1b4eb18c9ba14ebea (diff) |
Scripts/Misc: Fix issues reported by static analysis
-rw-r--r-- | src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/boss_hungarfen.cpp | 2 |
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() |