From 7afbacd6e15a46b3ac8e0919ae08f02844bcb2fb Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 1 Dec 2012 17:34:00 +0100 Subject: Core/Ulduar: - Implemented kill credit for hodir and assembly of iron - Some cleanup --- sql/updates/world/2012_12_01_04_world_spelldifficulty_dbc.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/2012_12_01_04_world_spelldifficulty_dbc.sql (limited to 'sql') diff --git a/sql/updates/world/2012_12_01_04_world_spelldifficulty_dbc.sql b/sql/updates/world/2012_12_01_04_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..fe5df812c71 --- /dev/null +++ b/sql/updates/world/2012_12_01_04_world_spelldifficulty_dbc.sql @@ -0,0 +1,8 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (63573,63766,63716,62030,62166,63347) OR `spellid0` IN (63573,63766,63716,62030,62166,63347); +INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES +(63573,63573,64006), -- One-Armed Overhead Smash +(63766,63766,63983), -- Arm Sweep +(63716,63716,64005), -- Stone Shout +(62030,62030,63980), -- Petrifying Breath +(62166,62166,64005), -- Stone Grip +(63347,63347,63977); -- Focused Eyebeam Periodic -- cgit v1.2.3