mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_29_01 -> 2023_04_29_02
|
||||
--
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (125917, 125918, 125920, 125921) AND `id1` = 18766; -- Pool of Souls
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_29_02 -> 2023_04_29_03
|
||||
--
|
||||
DELETE FROM `waypoints` WHERE `entry` = 1728000;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `point_comment`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_29_03 -> 2023_04_29_04
|
||||
-- Kidney Shot updates
|
||||
UPDATE `smart_scripts` SET `event_param1` = 6100, `event_param2` = 17200, `event_param3` = 20650, `event_param4` = 26950 WHERE (`entryorguid` = 17264) AND (`source_type` = 0) AND (`id` = 2); -- Bonechewer Ravener
|
||||
UPDATE `smart_scripts` SET `event_param1` = 5700, `event_param2` = 25050, `event_param3` = 15400, `event_param4` = 25050 WHERE (`entryorguid` = 17517) AND (`source_type` = 0) AND (`id` = 0); -- Hellfire Sentry
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_29_04 -> 2023_04_29_05
|
||||
--
|
||||
DELETE FROM `spell_area` WHERE `spell` = 57940 AND `area` IN (495,4277);
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
Reference in New Issue
Block a user