mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Misc: Fix static analysis issues reported by Coverity Scan
(cherry picked from commit adc7cd3cee)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user