mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Loot: Implemented currency loot
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `item_loot_items` ADD `item_type` tinyint NOT NULL DEFAULT 0 COMMENT 'item or currency' AFTER `container_id`;
|
||||
ALTER TABLE `item_loot_items` DROP PRIMARY KEY;
|
||||
ALTER TABLE `item_loot_items` ADD PRIMARY KEY (`container_id`,`item_type`,`item_id`);
|
||||
Reference in New Issue
Block a user