aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-16 10:16:53 +0800
committermegamage <none@none>2009-07-16 10:16:53 +0800
commit27bbca78a16eb6baae9e3eb9e7d864aad883453d (patch)
tree9beb0a146bc8916f36b47dc33a46aadb2581eef5 /sql
parent96e75b4e2309105b5eba2f234416c6e1bd2cca37 (diff)
[8171] Restore work double damage chance for spell 35290 and ranks. Author: VladimirMangos
It has been broken at client switch and detected by spell_check data. --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/mangos_spell_check.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mangos_spell_check.sql b/sql/mangos_spell_check.sql
index f4fb98d6d14..62f83579d97 100644
--- a/sql/mangos_spell_check.sql
+++ b/sql/mangos_spell_check.sql
@@ -78,7 +78,7 @@ INSERT INTO spell_check (spellid,SpellFamilyName,SpellFamilyMaskA,SpellFamilyMas
( 0, 8,0x0000000000020000,0x00000000, -1, -1, -1, 2, -1,-1,'Eviscerate', 'Spell::EffectSchoolDMG'),
( 0, 9,0x0000000000000004,0x00000000, -1, -1, -1, 2, -1,-1,'Explosive Trap Effect', 'Spell::EffectSchoolDMG'),
( 0, 7,0x0000000000800000,0x00000000, -1,6587, -1, 2, -1,-1,'Ferocious Bite', 'Spell::EffectSchoolDMG'),
-( 0, 0, -1, -1,2269, -1, -1, 2, -1,-1,'Gore', 'Spell::EffectSchoolDMG'),
+( 0, 9, -1, -1,1578, -1, -1, 2, -1,-1,'Gore', 'Spell::EffectSchoolDMG'),
( 0, 8,0x0000000000000008,0x00000000, -1, -1, -1, 2, -1,-1,'Gouge', 'Spell::EffectSchoolDMG'),
( 0,10,0x0000008000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Hammer of Wrath', 'Spell::EffectSchoolDMG'),
( 0,10,0x0004000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Hammer of the Righteous', 'Spell::EffectSchoolDMG'),