mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Implemented script for areatriggers 5332,5338,5334 and 5340, related with quest Last Rites.
--HG-- branch : trunk
This commit is contained in:
6
sql/updates/7988_world_scriptname.sql
Normal file
6
sql/updates/7988_world_scriptname.sql
Normal 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');
|
||||
Reference in New Issue
Block a user