[Exploit/Dupe] Container item (#26689)

* Core/Item: Fixed possible dupe with container items containing non unique non stackable items

* Fixed build

* Update sql script and related base structure

Co-authored-by: jackpoz <giacomopoz@gmail.com>
(cherry picked from commit d1e913162e)
This commit is contained in:
robinsch
2021-07-18 14:29:02 +02:00
committed by Shauren
parent a8dd1d1031
commit 0910bca34c
8 changed files with 41 additions and 32 deletions

View File

@@ -0,0 +1,2 @@
--
ALTER TABLE `item_loot_items` ADD COLUMN `item_index` int(10) unsigned NOT NULL DEFAULT '0' AFTER `item_count`;