aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-06-22 22:01:15 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-06-22 22:01:15 +0200
commit165bb9d1677f870323130a48d58b6459ee91b7cd (patch)
treeb36dcab9c4866c6a1aa0fba5c3f17e6c838c2e8d
parentae80fdcb51ccd0d2266669140673cc9671826999 (diff)
DB/Spell: Arcane missiles & Penance critical chance reduction
By gecko32, closes #11949
-rw-r--r--sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql b/sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql
new file mode 100644
index 00000000000..07e702a7ecb
--- /dev/null
+++ b/sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql
@@ -0,0 +1,5 @@
+-- Fixes these two spells avoiding crit reduction
+DELETE FROM `spell_custom_attr` WHERE `entry` IN (7268, 47666);
+INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
+(7268, 4096), -- Arcane Missiles
+(47666, 4096); -- penance damage