feat(DB): release ACDB 8.0.0 (#14833)

This commit is contained in:
Gultask
2023-01-31 21:56:25 -03:00
committed by GitHub
parent e7cbc80a91
commit 785bb5ed6b
901 changed files with 58864 additions and 36806 deletions

View File

@@ -1,6 +0,0 @@
-- 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`;

View File

@@ -1,8 +0,0 @@
-- 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');

View File

@@ -1,3 +1 @@
--
UPDATE `updates` SET `state`='ARCHIVED';