aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-08-28 01:57:29 +0200
committerMachiavelli <none@none>2009-08-28 01:57:29 +0200
commit5ce0b50fc628a82b3df70f6b640638b785d996d7 (patch)
treed2eb84e16b572e097b12a40ef71ea1dfa618d8fb /sql/updates
parent1c45055482d5af9a2c7e374ae782b3a107c87d37 (diff)
parent562f661ac3bc64fecf4a847b506651a5d7306e0b (diff)
Merge
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5416_world_spell_dbc.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5416_world_spell_dbc.sql b/sql/updates/5416_world_spell_dbc.sql
new file mode 100644
index 00000000000..0669b9096b3
--- /dev/null
+++ b/sql/updates/5416_world_spell_dbc.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_dbc` WHERE `Id` IN(65142);
+INSERT INTO `spell_dbc` (`Id`, `Dispel`, `Mechanic`, `AttributesEx3`, `DurationIndex`, `RangeIndex`, `Effect1`, `EffectImplicitTargetA1`, `EffectApplyAuraName1`, `EffectMiscValue1`, `SpellFamilyName`, `SchoolMask`, `Comment`) VALUES
+(65142, 3, 22, 0x00000080, 21, 13, 6, 6, 255, 22, 15, 8, 'Crypt Fever - SPELL_AURA_LINKED'); \ No newline at end of file