Skip to content

Commit

Permalink
Fix quest credit after erroneous #021aa8c
Browse files Browse the repository at this point in the history
  • Loading branch information
Olion17 authored and billy1arm committed Oct 9, 2017
1 parent 852b676 commit 73f44c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game/Object/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13505,8 +13505,7 @@ void Player::TalkedToCreature(uint32 entry, ObjectGuid guid)
// skip spell casts and Gameobject objectives
if (qInfo->ReqSpell[j] > 0 || qInfo->ReqCreatureOrGOId[j] < 0)
{ continue; }
uint32 reqTarget = qInfo->ReqCreatureOrGOId[j];
{ continue; }
uint32 reqTarget = qInfo->ReqCreatureOrGOId[j];

if (reqTarget == entry)
{
Expand Down

0 comments on commit 73f44c4

Please sign in to comment.