diff options
| author | maximius <none@none> | 2009-10-29 18:24:19 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-29 18:24:19 -0700 |
| commit | f4f19ac255af296d71a5bb4b97411ae79727fcb3 (patch) | |
| tree | fe65bb8b8cb0b9e83b6085ef539b8cd6dc009e7c /sql | |
| parent | 57b46053e1f2f8110a785914b3da065a755cd03d (diff) | |
*Add a missing change from 6097_world_loot_template.sql, thanks amsjunior123
*Some minor cleanup.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/6110_world_loot_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6110_world_loot_template.sql b/sql/updates/6110_world_loot_template.sql new file mode 100644 index 00000000000..b0e2de566eb --- /dev/null +++ b/sql/updates/6110_world_loot_template.sql @@ -0,0 +1,2 @@ + +ALTER TABLE `spell_loot_template` ADD COLUMN `lootmode` SMALLINT UNSIGNED NOT NULL DEFAULT 1 AFTER `ChanceOrQuestChance`; |
