mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
refactor(Core/Entities): clean up vendor item removal and add QuaternionData Euler helpers (#24790)
This commit is contained in:
@@ -88,7 +88,7 @@ bool VendorItemData::RemoveItem(uint32 item_id)
|
||||
{
|
||||
if ((*i)->item == item_id)
|
||||
{
|
||||
i = m_items.erase(i++);
|
||||
i = m_items.erase(i);
|
||||
found = true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user