diff options
-rw-r--r-- | sql/updates/world/2014_09_27_03_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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`); |