Implemented script for areatriggers 5332,5338,5334 and 5340, related with quest Last Rites.

--HG--
branch : trunk
This commit is contained in:
_manuel_
2010-04-23 16:11:57 -03:00
parent c4e4486903
commit c972765e0a
3 changed files with 54 additions and 2 deletions

View File

@@ -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;

View File

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