From 8a7f06fe43f5d1cd4bbcc4c2ef4c4bd8efd2d15e Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sat, 27 Sep 2014 22:49:56 -0230 Subject: DB/Loot Template: If I put the updates sql in the right dir in the first place none of this would be happening... --- sql/updates/world/2014_09_27_03_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/world/2014_09_27_03_world.sql b/sql/updates/world/2014_09_27_03_world.sql index d9345f09205..3a04ba46d8c 100644 --- a/sql/updates/world/2014_09_27_03_world.sql +++ b/sql/updates/world/2014_09_27_03_world.sql @@ -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`); \ No newline at end of file +ALTER TABLE `spell_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); -- cgit v1.2.3