fix(Core): check quest conditions on item equip (#1936)

This commit is contained in:
Stoabrogga
2019-06-15 06:35:57 +02:00
committed by Poszer
parent 3fe56680c9
commit 4f1be7533d

View File

@@ -12820,6 +12820,7 @@ Item* Player::EquipItem(uint16 pos, Item* pItem, bool update)
#endif
sScriptMgr->OnEquip(this, pItem, bag, slot, update);
UpdateForQuestWorldObjects();
return pItem;
}