Fix quest credit after erroneous #021aa8c
This commit is contained in:
parent
852b6768cd
commit
73f44c4f43
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user