Jump to content

[9928][fix]small compil error from rev 9927 in player.cpp


Guest bloutix

Recommended Posts

diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 3bad0f3..374af37 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -14369,7 +14369,7 @@ void Player::KilledMonsterCredit( uint32 entry, ObjectGuid guid )
            continue;
        // just if !ingroup || !noraidgroup || raidgroup
        QuestStatusData& q_status = mQuestStatus[questid];
-        if( q_status.m_status == QUEST_STATUS_INCOMPLETE && (!GetGroup() || !GetGroup()->isRaidGroup() || qInfo->IsAllowedInRaid())
+        if( q_status.m_status == QUEST_STATUS_INCOMPLETE && (!GetGroup() || !GetGroup()->isRaidGroup() || qInfo->IsAllowedInRaid()))
        {
            if( qInfo->HasFlag( QUEST_MANGOS_FLAGS_KILL_OR_CAST) )
            {

Just a parenthesis was missing

;)

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use