mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Fix another instance of the wrong guid being assigned
This commit is contained in:
parent
00f933515a
commit
e3b942cee3
@ -125,7 +125,7 @@ void LootObject::Refresh(Player* bot, ObjectGuid lootGUID)
|
||||
case LOCK_KEY_SKILL:
|
||||
if (goId == 13891 || goId == 19535) // Serpentbloom
|
||||
{
|
||||
this->guid = guid;
|
||||
this->guid = lootGUID;
|
||||
}
|
||||
else if (SkillByLockType(LockType(lockInfo->Index[i])) > 0)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user