aboutsummaryrefslogtreecommitdiff
path: root/sql/FULL
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-04-23 16:11:57 -0300
committer_manuel_ <manue.l@live.com.ar>2010-04-23 16:11:57 -0300
commitc972765e0acc24ef11598325d9105ea7204659b9 (patch)
treedf5ab90f093402bac85cf107fb1ad0a15cdb456f /sql/FULL
parentc4e4486903a57bca1bcfb438c75e4ee7a806b67c (diff)
Implemented script for areatriggers 5332,5338,5334 and 5340, related with quest Last Rites.
--HG-- branch : trunk
Diffstat (limited to 'sql/FULL')
-rw-r--r--sql/FULL/world_scripts_full.sql8
1 files changed, 6 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;