mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_02_20_04 -> 2026_02_20_05
|
||||
--
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (244401, 244402, 244403, 244404, 244411, 244412, 244413, 244414, 244415, 244416, 244417, 244418);
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `move_type`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_02_20_05 -> 2026_02_20_06
|
||||
-- Fix spell_pal_illumination bound to wrong spell (-20234 = Improved Lay on Hands instead of -20210 = Illumination)
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pal_illumination';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (-20210, 'spell_pal_illumination');
|
||||
Reference in New Issue
Block a user