parent
88a6048890
commit
8472334cc6
2 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
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
|
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)
|
-- 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';
|
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pal_illumination';
|
||||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (-20210, 'spell_pal_illumination');
|
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (-20210, 'spell_pal_illumination');
|
||||||
Loading…
Add table
Add a link
Reference in a new issue