diff options
author | jackpoz <giacomopoz@gmail.com> | 2015-11-22 15:37:32 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-10 12:27:21 +0200 |
commit | d9b8125ca5be4e4f8f5416371259534631dfd13b (patch) | |
tree | 3b09a3747171d1de11505065364213beaeef8f62 /sql | |
parent | 1747eec6bebedb867326e44d478d28af8f721056 (diff) |
Merge PR #14824 'tkrokli/spell_mod_stealth_stand_state' into 3.3.5
(cherry picked from commit 1511855fea156123b24b9fd429f25266c4918363)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2016_04_10_04_world_2015_11_22_02_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_10_04_world_2015_11_22_02_world.sql b/sql/updates/world/2016_04_10_04_world_2015_11_22_02_world.sql new file mode 100644 index 00000000000..6441f740218 --- /dev/null +++ b/sql/updates/world/2016_04_10_04_world_2015_11_22_02_world.sql @@ -0,0 +1,12 @@ +DELETE FROM `spell_custom_attr` WHERE `entry` IN (1130,1725,3600,32375,32592,35009,39897,43263,58838); +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(1130, 64), -- Hunter spell 1130, Hunter's Mark Rank 1 +(1725, 64), -- Rogue spell 1725, Distract +(3600, 64), -- Greater Earthbind Totem spell 3600, Earthbind +(32375, 64), -- Priest Discipline spell 32375, Mass Dispel +(32592, 64), -- Priest Discipline spell 32592, Mass Dispel +-- Spell ID 35009 - Server-side - Invisibility - Reducing threat +(35009, 64), -- Triggered by Mage Invisibility (Level 68), spells 66 & 67765 +(39897, 64), -- Priest Discipline spell 39897, Mass Dispel +(43263, 64), -- Ghoul level 66 spell 43263, Ghoul Taunt +(58838, 64); -- Inherit Master's Threat List |