mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
6 lines
234 B
SQL
6 lines
234 B
SQL
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5332,5338,5334,5340);
|
|
INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
|
|
(5332,'at_last_rites'),
|
|
(5338,'at_last_rites'),
|
|
(5334,'at_last_rites'),
|
|
(5340,'at_last_rites');
|