diff options
author | Malcrom <malcromdev@gmail.com> | 2014-09-27 22:49:56 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2014-09-27 22:49:56 -0230 |
commit | 8a7f06fe43f5d1cd4bbcc4c2ef4c4bd8efd2d15e (patch) | |
tree | 9311974705a97889b03bd829c4f929760b58f5b4 | |
parent | 0d92b4cc1534b58c087b63530f1dbfa5a8874047 (diff) |
DB/Loot Template: If I put the updates sql in the right dir in the first place none of this would be happening...
-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`); |