mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/Misc: Updates for Pit of Saron.
This commit is contained in:
9
sql/updates/world/2012_05_08_01_world_misc.sql
Normal file
9
sql/updates/world/2012_05_08_01_world_misc.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Spell area spells for entering POS
|
||||
DELETE FROM `spell_area` WHERE `spell` IN (70056,70057);
|
||||
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_start_active`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`) VALUES
|
||||
(70056,4904,0,0,0,0,690,2,1), -- Send Script Event (22717)
|
||||
(70057,4904,0,0,0,0,1101,2,1); -- Send Script Event (22718)
|
||||
|
||||
-- Fix flags and equipment for Ymirjar Deathbringer
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`&~256 WHERE `entry` IN (36892,37641);
|
||||
UPDATE `creature_template` SET `equipment_id`=2444 WHERE `entry`=37641;
|
||||
Reference in New Issue
Block a user