Core/Misc: Fix static analysis issues reported by Coverity Scan

This commit is contained in:
jackpoz
2020-06-03 20:49:31 +02:00
parent 90e00c3e2a
commit adc7cd3cee
3 changed files with 4 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ struct npc_koltira_deathweaver : public ScriptedAI
{
npc_koltira_deathweaver(Creature* creature) : ScriptedAI(creature), _summons(me)
{
_eventGossip = false;
}
bool GossipHello(Player* player) override