diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-05-07 21:26:56 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-05-07 21:26:56 -0230 |
| commit | 5b02191a1d217b2d035415815e080ba827caa686 (patch) | |
| tree | e90a4acc26d5e347dbc68aa41a31b32ea0d8cef4 | |
| parent | 2956631f82989a6777c231b0c02999651050161a (diff) | |
DB/Misc: Updates for Pit of Saron.
| -rw-r--r-- | sql/updates/world/2012_05_08_01_world_misc.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_08_01_world_misc.sql b/sql/updates/world/2012_05_08_01_world_misc.sql new file mode 100644 index 00000000000..8f19132fa27 --- /dev/null +++ b/sql/updates/world/2012_05_08_01_world_misc.sql @@ -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; |
