mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
8
data/sql/updates/db_world/2023_10_22_08.sql
Normal file
8
data/sql/updates/db_world/2023_10_22_08.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2023_10_22_07 -> 2023_10_22_08
|
||||
ALTER TABLE `reputation_spillover_template`
|
||||
ADD COLUMN `faction5` SMALLINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
ADD COLUMN `rate_5` FLOAT NOT NULL DEFAULT '0',
|
||||
ADD COLUMN `rank_5` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
ADD COLUMN `faction6` SMALLINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
ADD COLUMN `rate_6` FLOAT NOT NULL DEFAULT '0',
|
||||
ADD COLUMN `rank_6` TINYINT UNSIGNED NOT NULL DEFAULT '0';
|
||||
Reference in New Issue
Block a user