diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-16 21:42:00 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-16 21:42:00 +0200 |
commit | 7b9ed5afdd4888339aa98d83b547006ea2d21375 (patch) | |
tree | 906807a086cf2e09565d87602e3a103f05a3a346 | |
parent | a566e3e58bc54635c0caa019f6fdbe6f7adf8ceb (diff) |
DB/Spells: Add missing Invisibility (spell id 35009) to spell_dbc
-rw-r--r-- | sql/updates/world/2012_08_16_00_world_spell_dbc.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_16_00_world_spell_dbc.sql b/sql/updates/world/2012_08_16_00_world_spell_dbc.sql new file mode 100644 index 00000000000..248674d17a5 --- /dev/null +++ b/sql/updates/world/2012_08_16_00_world_spell_dbc.sql @@ -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'); |