diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-06 00:58:38 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-06 00:59:26 -0300 |
| commit | a0e317b9916e7e17019de254959647e4efa6ed66 (patch) | |
| tree | 908b4e3776eef71d098b4ad46883d492de220f25 /sql | |
| parent | f09e7cbbfe1808956c50efefa6446515b62927e3 (diff) | |
Core/Scripts: De-hack glyph of Barkskin with proper spell
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_06_03_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_06_03_world.sql b/sql/updates/world/3.3.5/2016_10_06_03_world.sql new file mode 100644 index 00000000000..2dd3e833f7f --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_06_03_world.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_proc` WHERE `SpellId` = 63057; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(63057, 0, 7, 0x00000000, 0x00040000, 0x00000000, 16384, 0x0, 0x2, 0, 0x0, 0, 0, 0, 0); -- Glyph of Barkskin + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_barkskin','spell_dru_glyph_of_barkskin'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(22812, 'spell_dru_barkskin'), +(63057, 'spell_dru_glyph_of_barkskin'); |
