diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-09-04 04:21:04 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-09-04 04:21:04 -0300 |
| commit | 746b838870e93d9843a089613ce7f1cd160b6ea5 (patch) | |
| tree | ed0fed94c0779d26cd7105c6c94210c1d7392e66 /sql | |
| parent | 31399d5f3466fe26a35194d63ca618168a162867 (diff) | |
Core/Spells / Scripts: Fix Lock and Load. Closes #16731
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_04_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_04_01_world.sql b/sql/updates/world/3.3.5/2016_09_04_01_world.sql new file mode 100644 index 00000000000..a2836a57364 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_04_01_world.sql @@ -0,0 +1,4 @@ +UPDATE `spell_proc_event` SET `SpellFamilyName`=9, `SpellFamilyMask0`=24, `SpellFamilyMask1`=0x08000000, `SpellFamilyMask2`=0x00024000, `procFlags`=0, `procEx`=0, `ppmRate`=0, `CustomChance`=0, `Cooldown`=0 WHERE `entry`=-56342; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_lock_and_load'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-56342, 'spell_hun_lock_and_load'); |
