mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot Template: If I put the updates sql in the right dir in the first place none of this would be happening...
This commit is contained in:
@@ -212,4 +212,4 @@ ALTER TABLE `spell_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED
|
||||
ALTER TABLE `spell_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1;
|
||||
ALTER TABLE `spell_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1;
|
||||
ALTER TABLE `spell_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`;
|
||||
ALTER TABLE `spell_loot_template` ADD PRIMARY KEY (`Entry`,`Item`);
|
||||
ALTER TABLE `spell_loot_template` ADD PRIMARY KEY (`Entry`,`Item`);
|
||||
|
||||
Reference in New Issue
Block a user