diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-01 17:34:00 +0100 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-01 17:34:00 +0100 |
| commit | 7afbacd6e15a46b3ac8e0919ae08f02844bcb2fb (patch) | |
| tree | 9e3816fea29b5dc7cfca37348841193ba0068b06 /sql | |
| parent | 4a66290fb94faf4cdd882cb749008de32f00b298 (diff) | |
Core/Ulduar:
- Implemented kill credit for hodir and assembly of iron
- Some cleanup
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_12_01_04_world_spelldifficulty_dbc.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
