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

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