fix(Core/Quest): Refresh SMSG_QUESTGIVER_STATUS_MULTIPLE after a quest change (#8902)

Co-authored-by: Malcrom <malcromdev@gmail.com>
This commit is contained in:
acidmanifesto
2021-11-04 18:51:54 -04:00
committed by GitHub
parent 1926027066
commit 70b0de4e1f
5 changed files with 54 additions and 40 deletions

View File

@@ -329,7 +329,10 @@ void WorldSession::HandleDestroyItemOpcode(WorldPacket& recvData)
_player->DestroyItemCount(pItem, i_count, true);
}
else
{
_player->DestroyItem(bag, slot, true);
}
_player->SendQuestGiverStatusMultiple();
}
bool ItemTemplate::HasStat(ItemModType stat) const