mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
fix(Core/Item): Dropped loot containers acting soul bound after looking inside them. (#7826)
Fixes #6164
This commit is contained in:
@@ -756,10 +756,6 @@ bool Item::IsEquipped() const
|
||||
|
||||
bool Item::CanBeTraded(bool mail, bool trade) const
|
||||
{
|
||||
// Xinef: little protection
|
||||
if (m_lootGenerated)
|
||||
return false;
|
||||
|
||||
if ((!mail || !IsBoundAccountWide()) && (IsSoulBound() && (!HasFlag(ITEM_FIELD_FLAGS, ITEM_FIELD_FLAG_BOP_TRADEABLE) || !trade)))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user