diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 8 | ||||
| -rw-r--r-- | sql/updates/7988_world_scriptname.sql | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 968e03bd0c5..dda34db4d11 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -7,7 +7,7 @@ UPDATE `creature_template` SET `ScriptName`=''; UPDATE `gameobject_template` SET `ScriptName`=''; /* AREA TRIGGERS */ -DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5284,5285,5286,5287,4871,4872,4873,5108); +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5284,5285,5286,5287,4871,4872,4873,5108,5332,5338,5334,5340); INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES (5284, 'at_aldurthar_gate'), (5285, 'at_aldurthar_gate'), @@ -16,7 +16,11 @@ INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES (4871, 'at_warsong_farms'), (4872, 'at_warsong_farms'), (4873, 'at_warsong_farms'), -(5108, 'at_stormwright_shelf'); +(5108, 'at_stormwright_shelf'), +(5332,'at_last_rites'), +(5338,'at_last_rites'), +(5334,'at_last_rites'), +(5340,'at_last_rites'); /* WORLD BOSS */ UPDATE `creature_template` SET `ScriptName`='boss_ysondre' WHERE `entry`=14887; diff --git a/sql/updates/7988_world_scriptname.sql b/sql/updates/7988_world_scriptname.sql new file mode 100644 index 00000000000..1b90f914ea0 --- /dev/null +++ b/sql/updates/7988_world_scriptname.sql @@ -0,0 +1,6 @@ +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'); |
