fix(Scripts/Quest): Add Where Time Went Wrong (13048) Player Lines (#26805)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Gultask
2026-08-01 20:13:26 -03:00
committed by GitHub
parent d1ebb2739b
commit 18dbf7ff89
2 changed files with 27 additions and 0 deletions
@@ -0,0 +1,5 @@
-- Where Time Went Wrong (13048): Lorehammer reaction lines
DELETE FROM `spell_script_names` WHERE `spell_id` IN (56796, 56797);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(56796, 'spell_q13048_time_period'),
(56797, 'spell_q13048_time_period');