diff options
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`; |
