mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
4 lines
310 B
SQL
4 lines
310 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10989_01_mangos_loot_template required_10993_01_mangos_loot_template bit;
|
|
|
|
ALTER TABLE fishing_loot_template
|
|
CHANGE COLUMN entry entry mediumint(8) unsigned NOT NULL default '0' COMMENT 'entry 0 used for junk loot at fishing fail (if allowed by config option)';
|