diff options
| author | jackpoz <giacomopoz@gmail.com> | 2017-07-15 16:22:32 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2017-07-15 16:22:32 +0200 |
| commit | b2a341df6efc099c35b436e1ec8eedd1632433d7 (patch) | |
| tree | 77a7452ddedcceb324577bbd835ef0ae012afd73 /src/server/scripts | |
| parent | d9c83a6c0143b17286f853f8b81e3dc6fd86642d (diff) | |
Core/Misc: Fix static analysis issues
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.cpp index efedf67069f..955e7ff313c 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.cpp @@ -463,7 +463,7 @@ public: instance->GetData(BOSS_ARGENT_CHALLENGE_P) == NOT_STARTED && instance->GetData(BOSS_BLACK_KNIGHT) == NOT_STARTED) AddGossipItemFor(player, GOSSIP_ICON_CHAT, GOSSIP_START_EVENT1, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF + 1); - else if (instance) + else AddGossipItemFor(player, GOSSIP_ICON_CHAT, GOSSIP_START_EVENT2, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF + 1); SendGossipMenuFor(player, player->GetGossipTextId(me), me->GetGUID()); |
