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:
Malcrom
2014-09-27 22:49:56 -02:30
parent 0d92b4cc15
commit 8a7f06fe43

View File

@@ -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`);