mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2024_11_15_00 -> 2025_01_31_00
|
||||||
--
|
--
|
||||||
DROP TABLE IF EXISTS `world_state`;
|
DROP TABLE IF EXISTS `world_state`;
|
||||||
CREATE TABLE IF NOT EXISTS `world_state` (
|
CREATE TABLE IF NOT EXISTS `world_state` (
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2025_01_28_00 -> 2025_01_31_00
|
||||||
--
|
--
|
||||||
DELETE FROM `command` WHERE `name` IN ('worldstate sunsreach phase', 'worldstate sunsreach subphase', 'worldstate sunsreach gate');
|
DELETE FROM `command` WHERE `name` IN ('worldstate sunsreach phase', 'worldstate sunsreach subphase', 'worldstate sunsreach gate');
|
||||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||||
Reference in New Issue
Block a user