mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(Core/Item): prevent possible items dupe (#6943)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1626271703991541000');
|
||||
ALTER TABLE `item_loot_storage`
|
||||
ADD COLUMN `item_index` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `count`;
|
||||
Reference in New Issue
Block a user