Scripts/Misc: Fix issues reported by static analysis
(cherry picked from commit 4b9465e1f91adbc139afe5f86ac84eb5f14b62b4)
This commit is contained in:
@@ -154,7 +154,7 @@ struct npc_underbog_mushroom : public ScriptedAI
|
||||
|
||||
private:
|
||||
TaskScheduler _scheduler;
|
||||
uint32 _counter;
|
||||
uint32 _counter = 0;
|
||||
};
|
||||
|
||||
void AddSC_boss_hungarfen()
|
||||
|
||||
Reference in New Issue
Block a user