skyfire/sql/old/3.3.3a/07988_world_scriptname.sql
runningnak3d fd14dbe399 Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
2011-02-02 07:50:21 -07:00

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