parent
28d1913276
commit
18f498304b
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
-- DB update 2022_10_13_00 -> 2022_10_20_00
|
||||||
-- Insert world states (for conditions)
|
-- Insert world states (for conditions)
|
||||||
DELETE FROM `worldstates` WHERE `entry` IN (197,198,199,200);
|
DELETE FROM `worldstates` WHERE `entry` IN (197,198,199,200);
|
||||||
INSERT INTO `worldstates` (`entry`, `value`, `comment`) values
|
INSERT INTO `worldstates` (`entry`, `value`, `comment`) values
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
-- DB update 2022_10_20_00 -> 2022_10_20_01
|
||||||
-- Spawns npc's from 13:00 - 17:00
|
-- 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;
|
UPDATE `game_event` SET `start_time`= '2016-10-30 13:00:00', `length` = 240, `description`= 'Stranglethorn Fishing Extravaganza - The Crew' WHERE `eventEntry` = 62;
|
||||||
|
|
||||||
Loading…
Reference in a new issue