mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(DB): release ACDB 8.0.0 (#14833)
This commit is contained in:
@@ -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`;
|
||||
@@ -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');
|
||||
@@ -1,3 +1 @@
|
||||
--
|
||||
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
Reference in New Issue
Block a user