diff options
| author | Kito <kito@vortexirc.com> | 2016-02-15 18:54:10 +0100 |
|---|---|---|
| committer | Kito <kito@vortexirc.com> | 2016-02-17 22:58:04 +0100 |
| commit | ab2b0f4168c1e4247d38337ae155464d522e30ac (patch) | |
| tree | e179745315aa193eb57cbe3ac84b3cfb07b3d65a /sql | |
| parent | 7c7029c25c9f07ae6ec14c44cdea75c2cb935499 (diff) | |
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'); |
