Scripts/Misc: Fix issues reported by static analysis

(cherry picked from commit 4b9465e1f91adbc139afe5f86ac84eb5f14b62b4)
This commit is contained in:
jackpoz
2022-03-11 01:50:09 +01:00
committed by Shauren
parent 9d4c57074f
commit e8ea10a6a2
@@ -154,7 +154,7 @@ struct npc_underbog_mushroom : public ScriptedAI
private:
TaskScheduler _scheduler;
uint32 _counter;
uint32 _counter = 0;
};
void AddSC_boss_hungarfen()