DB/Spells: Add missing Invisibility (spell id 35009) to spell_dbc

This commit is contained in:
Vincent-Michael
2012-08-16 21:42:00 +02:00
parent a566e3e58b
commit 7b9ed5afdd

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_dbc` WHERE `Id`=35009;
INSERT INTO `spell_dbc` (`Id`,`Attributes`,`AttributesEx`,`AttributesEx2`,`AttributesEx3`,`Targets`,`CastingTimeIndex`,`ProcCharges`,`SpellLevel`,`RangeIndex`,`Effect1`,`EffectDieSides1`,`EffectBasePoints1`,`EffectImplicitTargetA1`,`EffectImplicitTargetB1`,`EffectRadiusIndex1`,`SpellFamilyName`,`SpellFamilyFlags2`,`DmgMultiplier1`,`SchoolMask`,`Comment`) VALUES
(35009,134545792,1024,268435460,65536,64,1,101,1,13,125,1,-11,22,16,27,10,4,1,6,'Invisibility - Reducing threat');