- 916
- 2015
- 24
- Location
- Barryton Michigan USA
Code:
-- Winter Veil Date
DELETE FROM `game_event` WHERE `eventEntry`=2;
INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `description`, `world_event`) VALUES (2, '2017-12-16 16:00:00', '2030-01-02 00:00:00', 525600, 25920, 141, 'Winter Veil', 0);
-- 187191 Standing, Exterior, Medium - Xmas Tree added to event, Removed from world.
DELETE FROM `game_event_gameobject` WHERE `guid`IN (257013, 257014, 257015, 257016, 257017, 257018, 257019, 257020, 257021, 257022, 257023, 257024, 257025, 257026, 257027, 257028, 257029, 257030, 257031, 257032, 257033, 257034, 257035, 257036, 257037, 257038, 257039, 257040, 257041, 257042, 257043, 257044, 257045, 257046, 257047, 257048, 257049, 257050, 257051, 257052, 257053, 257054, 257055, 257056, 257057, 257058, 257059, 257060, 257061, 257062, 257063, 257064, 257065, 257066, 257067, 257068, 257069, 257070, 257071, 257111);
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(2, 257013),
(2, 257014),
(2, 257015),
(2, 257016),
(2, 257017),
(2, 257018),
(2, 257019),
(2, 257020),
(2, 257021),
(2, 257022),
(2, 257023),
(2, 257024),
(2, 257025),
(2, 257026),
(2, 257027),
(2, 257028),
(2, 257029),
(2, 257030),
(2, 257031),
(2, 257032),
(2, 257033),
(2, 257034),
(2, 257035),
(2, 257036),
(2, 257037),
(2, 257038),
(2, 257039),
(2, 257040),
(2, 257041),
(2, 257042),
(2, 257043),
(2, 257044),
(2, 257045),
(2, 257046),
(2, 257047),
(2, 257048),
(2, 257049),
(2, 257050),
(2, 257051),
(2, 257052),
(2, 257053),
(2, 257054),
(2, 257055),
(2, 257056),
(2, 257057),
(2, 257058),
(2, 257059),
(2, 257060),
(2, 257061),
(2, 257062),
(2, 257063),
(2, 257064),
(2, 257065),
(2, 257066),
(2, 257067),
(2, 257068),
(2, 257069),
(2, 257070),
(2, 257071),
(2, 257111);