mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
7 lines
234 B
SQL
7 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');
|