chore(DB): import pending files

Referenced commit(s): 20745b45ba
This commit is contained in:
github-actions[bot]
2026-02-20 17:06:10 +00:00
parent 88a6048890
commit 8472334cc6
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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');