Fix quest credit after erroneous #021aa8c

This commit is contained in:
Olion 2017-10-09 22:40:36 +03:00 committed by Antz
parent 852b6768cd
commit 73f44c4f43

View File

@ -13505,8 +13505,7 @@ void Player::TalkedToCreature(uint32 entry, ObjectGuid guid)
// skip spell casts and Gameobject objectives // skip spell casts and Gameobject objectives
if (qInfo->ReqSpell[j] > 0 || qInfo->ReqCreatureOrGOId[j] < 0) if (qInfo->ReqSpell[j] > 0 || qInfo->ReqCreatureOrGOId[j] < 0)
{ continue; } { continue; }
uint32 reqTarget = qInfo->ReqCreatureOrGOId[j]; uint32 reqTarget = qInfo->ReqCreatureOrGOId[j];
{ continue; }
if (reqTarget == entry) if (reqTarget == entry)
{ {