chore(DB): import pending files

Referenced commit(s): 28d1913276
This commit is contained in:
AzerothCoreBot
2022-10-20 12:41:36 +00:00
parent 28d1913276
commit 18f498304b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- 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

View File

@@ -1,3 +1,4 @@
-- DB update 2022_10_20_00 -> 2022_10_20_01
-- Spawns npc's from 13:00 - 17:00
UPDATE `game_event` SET `start_time`= '2016-10-30 13:00:00', `length` = 240, `description`= 'Stranglethorn Fishing Extravaganza - The Crew' WHERE `eventEntry` = 62;