Skip to content

Commit

Permalink
Transform spells from classic effects to post change variants
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 20, 2017
1 parent a17dbd8 commit b3037ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Expand Up @@ -128,12 +128,12 @@ INSERT INTO spell_template (Id,AttributesEx2,CastingTimeIndex,ProcChance,Duratio
INSERT INTO spell_template (Id,AttributesEx2,CastingTimeIndex,ProcChance,DurationIndex,RangeIndex,EquippedItemClass,Effect1,EffectImplicitTargetA1,EffectMiscValue1,DmgMultiplier1,SchoolMask,IsServerSide,SpellName) VALUES
('21907','4','1','101','27','13','-1','76','17','178088','1','1','1','Summon Lava Burst I');
-- ServerSide 'Spawn Vekniss Hatchlings'
INSERT INTO spell_template (Id,Attributes,CastingTimeIndex,ProcChance,DurationIndex,RangeIndex,EquippedItemClass,Effect1,EffectDieSides1,EffectBaseDice1,EffectImplicitTargetA1,EffectRadiusIndex1,EffectMiscValue1,DmgMultiplier1,SchoolMask,IsServerSide,SpellName) VALUES
('26630','256','1','101','25','1','-1','41','1','3','17','15','15962','1','1','1','Spawn Vekniss Hatchlings');
INSERT INTO spell_template (Id,Attributes,CastingTimeIndex,ProcChance,DurationIndex,RangeIndex,EquippedItemClass,Effect1,EffectDieSides1,EffectBaseDice1,EffectImplicitTargetA1,EffectRadiusIndex1,EffectMiscValue1,EffectMiscValueB1,DmgMultiplier1,SchoolMask,IsServerSide,SpellName) VALUES
('26630','256','1','101','25','1','-1','28','1','3','17','15','15962','64','1','1','1','Spawn Vekniss Hatchlings');
-- ServerSide 'Spawn Vekniss Hatchlings'
INSERT INTO spell_template (Id,Attributes,CastingTimeIndex,ProcChance,DurationIndex,RangeIndex,EquippedItemClass,Effect1,EffectDieSides1,EffectBaseDice1,EffectImplicitTargetA1,EffectRadiusIndex1,EffectMiscValue1,DmgMultiplier1,SchoolMask,IsServerSide,SpellName) VALUES
('26631','256','1','101','25','1','-1','41','1','3','17','15','15962','1','1','1','Spawn Vekniss Hatchlings');
INSERT INTO spell_template (Id,Attributes,CastingTimeIndex,ProcChance,DurationIndex,RangeIndex,EquippedItemClass,Effect1,EffectDieSides1,EffectBaseDice1,EffectImplicitTargetA1,EffectRadiusIndex1,EffectMiscValue1,EffectMiscValueB1,DmgMultiplier1,SchoolMask,IsServerSide,SpellName) VALUES
('26631','256','1','101','25','1','-1','28','1','3','17','15','15962','64','1','1','1','Spawn Vekniss Hatchlings');
-- ServerSide 'Spawn Vekniss Hatchlings'
INSERT INTO spell_template (Id,Attributes,CastingTimeIndex,ProcChance,DurationIndex,RangeIndex,EquippedItemClass,Effect1,EffectDieSides1,EffectBaseDice1,EffectImplicitTargetA1,EffectRadiusIndex1,EffectMiscValue1,DmgMultiplier1,SchoolMask,IsServerSide,SpellName) VALUES
('26632','256','1','101','25','1','-1','41','1','3','17','15','15962','1','1','1','Spawn Vekniss Hatchlings');
INSERT INTO spell_template (Id,Attributes,CastingTimeIndex,ProcChance,DurationIndex,RangeIndex,EquippedItemClass,Effect1,EffectDieSides1,EffectBaseDice1,EffectImplicitTargetA1,EffectRadiusIndex1,EffectMiscValue1,EffectMiscValueB1,DmgMultiplier1,SchoolMask,IsServerSide,SpellName) VALUES
('26632','256','1','101','25','1','-1','28','1','3','17','15','15962','64','1','1','1','Spawn Vekniss Hatchlings');

0 comments on commit b3037ae

Please sign in to comment.