diff options
| author | robinsch <robinsch@users.noreply.github.com> | 2021-07-18 14:29:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-18 14:29:02 +0200 |
| commit | d1e913162e0a96918c70ba4ec3f62f4186ee4707 (patch) | |
| tree | c3f42a2ced3e43c25df3628e59862c57dcb1bfa5 /sql/updates | |
| parent | 2a8ff02cfbf1098fd5d489426cbef9f1d28185ca (diff) | |
[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>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/characters/3.3.5/2021_07_18_00_characters.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/characters/3.3.5/2021_07_18_00_characters.sql b/sql/updates/characters/3.3.5/2021_07_18_00_characters.sql new file mode 100644 index 00000000000..e3ad3e1131b --- /dev/null +++ b/sql/updates/characters/3.3.5/2021_07_18_00_characters.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE `item_loot_items` ADD COLUMN `item_index` int(10) unsigned NOT NULL DEFAULT '0' AFTER `item_count`; |
