mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(DB): release ACDB 8.0.0 (#14833)
This commit is contained in:
3
data/sql/archive/db_characters/8.x/2022_08_21_00.sql
Normal file
3
data/sql/archive/db_characters/8.x/2022_08_21_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
6
data/sql/archive/db_characters/8.x/2022_10_13_00.sql
Normal file
6
data/sql/archive/db_characters/8.x/2022_10_13_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_08_21_00 -> 2022_10_13_00
|
||||
--
|
||||
DELETE FROM `updates` WHERE `name`='Homebind_Orientation.sql';
|
||||
|
||||
ALTER TABLE `character_homebind`
|
||||
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;
|
||||
8
data/sql/archive/db_characters/8.x/2022_10_20_00.sql
Normal file
8
data/sql/archive/db_characters/8.x/2022_10_20_00.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_10_13_00 -> 2022_10_20_00
|
||||
-- Insert world states (for conditions)
|
||||
DELETE FROM `worldstates` WHERE `entry` IN (197,198,199,200);
|
||||
INSERT INTO `worldstates` (`entry`, `value`, `comment`) values
|
||||
(197,0,'Fishing Extravaganza - STV_FISHING_PREV_WIN_TIME'),
|
||||
(198,0,'Fishing Extravaganza - STV_FISHING_HAS_WINNER'),
|
||||
(199,0,'Fishing Extravaganza - STV_FISHING_ANNOUNCE_EVENT_BEGIN'),
|
||||
(200,0,'Fishing Extravaganza - STV_FISHING_ANNOUNCE_POOLS_DESPAN');
|
||||
Reference in New Issue
Block a user