Skip to content

Commit

Permalink
Add Serversides used by Crazed Colossus c.19823
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltgurka authored and killerwife committed Nov 8, 2017
1 parent 843c999 commit 0b53f5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Expand Up @@ -337,6 +337,12 @@ INSERT INTO spell_template (Id,Attributes,AttributesEx,AttributesEx3,CastingTime
INSERT INTO spell_template (Id,SchoolMask,Attributes,AttributesEx,CastingTimeIndex,procChance,baseLevel,spellLevel,rangeIndex,EquippedItemClass,EquippedItemSubClassMask,Effect1,EffectDieSides1,EffectBaseDice1,EffectImplicitTargetA1,EffectImplicitTargetB1,EffectRadiusIndex1,SpellIconID,SpellName,SpellFamilyName,DmgMultiplier1,DmgMultiplier2,DmgMultiplier3) VALUES
(33801,3,384,136,1,101,1,1,1,-1,-1,29,-1,1,1,47,7,1499,'Move Forward',3,1,1,1); -- Description: Teleports the caster forward unless something is in the way.

-- Used by Crazed Colossus c.19823
INSERT INTO spell_template (Id,Attributes,AttributesEx,AttributesEx3,CastingTimeIndex,procChance,DurationIndex,rangeIndex,StackAmount,EquippedItemClass,Effect1,Effect2,Effect3,EffectDieSides1,EffectDieSides2,EffectDieSides3,EffectBaseDice1,EffectBaseDice2,EffectBaseDice3,EffectImplicitTargetA1,EffectImplicitTargetA2,EffectImplicitTargetA3,EffectRadiusIndex1,EffectApplyAuraName2,EffectApplyAuraName3,EffectMiscValue1,EffectMiscValue3,EffectMiscValueB1,SpellIconID,SpellName,DmgMultiplier1,DmgMultiplier2,DmgMultiplier3) VALUES
(37947,384,268435456,1048576,1,101,21,1,3,-1,28,6,6,1,-31,-31,1,1,1,48,1,1,29,61,79,21936,127,64,2154,'Summon Crazed Shardling',1,1,1),
(37948,384,268435456,1048576,1,101,21,1,3,-1,28,6,6,1,-31,-31,1,1,1,42,1,1,29,61,79,21936,127,64,2154,'Summon Crazed Shardling',1,1,1),
(37949,384,268435456,1048576,1,101,21,1,3,-1,28,6,6,1,-31,-31,1,1,1,43,1,1,29,61,79,21936,127,64,2154,'Summon Crazed Shardling',1,1,1);

-- Missing selector spells for BWL
INSERT INTO spell_template (id, attributes, attributesEx, attributesEx2, CastingTimeIndex, ProcChance, RangeIndex, Effect1, EffectImplicitTargetA1, EffectImplicitTargetB1, EffectRadiusIndex1, EffectMiscValue1, SpellIconId, SpellName, DmgMultiplier1) VALUES
(23195, 8388864, 0, 1, 1, 101, 1, 3, 1, 0, 0, 0, 1, 'Dragondog Breath Selection', 1),
Expand Down

0 comments on commit 0b53f5d

Please sign in to comment.