diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-02-19 15:02:17 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-02-19 15:02:17 +0100 |
| commit | 2ee36facad0546e6148847f599ebc327be9f1fa2 (patch) | |
| tree | 2db83cda24d0741a237132175893d4f42eb572e8 /sql | |
| parent | 3e250fe4e80205e7b2d0203aa170bef579be5038 (diff) | |
| parent | ab2b0f4168c1e4247d38337ae155464d522e30ac (diff) | |
Merge pull request #16622 from P-Kito/3.3.5
[3.3.5] Core/Spells: Fix Glyph of Arcane Shot
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_02_15_01_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_15_01_world_335.sql b/sql/updates/world/2016_02_15_01_world_335.sql new file mode 100644 index 00000000000..f7fee657170 --- /dev/null +++ b/sql/updates/world/2016_02_15_01_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `spell_proc_event` WHERE `entry`= 56841; +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(56841, 0, 9, 0x800, 0x800, 0x800, 0x100, 0, 0, 0, 0); + +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_glyph_of_arcane_shot'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(56841,'spell_hun_glyph_of_arcane_shot'); |
