diff options
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 |
