mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
7 lines
465 B
SQL
7 lines
465 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10988_01_mangos_mangos_string required_10989_01_mangos_loot_template bit;
|
|
|
|
ALTER TABLE creature_loot_template
|
|
CHANGE COLUMN entry entry mediumint(8) unsigned NOT NULL default '0' COMMENT 'entry 0 used for player insignia loot';
|
|
|
|
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';
|