Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
|
|
@ -167,34 +167,34 @@ namespace Server.Spells
|
|||
Register(606, typeof(SummonFeySpell));
|
||||
Register(607, typeof(SummonFiendSpell));
|
||||
Register(608, typeof(ReaperFormSpell));
|
||||
//Register( 609, typeof( Spellweaving.WildfireSpell ) );
|
||||
// Register( 609, typeof( Spellweaving.WildfireSpell ) );
|
||||
Register(610, typeof(EssenceOfWindSpell));
|
||||
//Register( 611, typeof( Spellweaving.DryadAllureSpell ) );
|
||||
// Register( 611, typeof( Spellweaving.DryadAllureSpell ) );
|
||||
Register(612, typeof(EtherealVoyageSpell));
|
||||
Register(613, typeof(WordOfDeathSpell));
|
||||
Register(614, typeof(GiftOfLifeSpell));
|
||||
//Register( 615, typeof( Spellweaving.ArcaneEmpowermentSpell ) );
|
||||
// Register( 615, typeof( Spellweaving.ArcaneEmpowermentSpell ) );
|
||||
}
|
||||
|
||||
if (Core.SA)
|
||||
{
|
||||
// Mysticism spells
|
||||
//Register( 677, typeof( Mysticism.NetherBoltSpell ) );
|
||||
//Register( 678, typeof( Mysticism.HealingStoneSpell ) );
|
||||
//Register( 679, typeof( Mysticism.PurgeMagicSpell ) );
|
||||
//Register( 680, typeof( Mysticism.EnchantSpell ) );
|
||||
//Register( 681, typeof( Mysticism.SleepSpell ) );
|
||||
// Register( 677, typeof( Mysticism.NetherBoltSpell ) );
|
||||
// Register( 678, typeof( Mysticism.HealingStoneSpell ) );
|
||||
// Register( 679, typeof( Mysticism.PurgeMagicSpell ) );
|
||||
// Register( 680, typeof( Mysticism.EnchantSpell ) );
|
||||
// Register( 681, typeof( Mysticism.SleepSpell ) );
|
||||
Register(682, typeof(EagleStrikeSpell));
|
||||
Register(683, typeof(AnimatedWeaponSpell));
|
||||
Register(684, typeof(StoneFormSpell));
|
||||
//Register( 685, typeof( Mysticism.SpellTriggerSpell ) );
|
||||
//Register( 686, typeof( Mysticism.MassSleepSpell ) );
|
||||
//Register( 687, typeof( Mysticism.CleansingWindsSpell ) );
|
||||
//Register( 688, typeof( Mysticism.BombardSpell ) );
|
||||
// Register( 685, typeof( Mysticism.SpellTriggerSpell ) );
|
||||
// Register( 686, typeof( Mysticism.MassSleepSpell ) );
|
||||
// Register( 687, typeof( Mysticism.CleansingWindsSpell ) );
|
||||
// Register( 688, typeof( Mysticism.BombardSpell ) );
|
||||
Register(689, typeof(SpellPlagueSpell));
|
||||
Register(690, typeof(HailStormSpell));
|
||||
Register(691, typeof(NetherCycloneSpell));
|
||||
//Register( 692, typeof( Mysticism.RisingColossusSpell ) );
|
||||
// Register( 692, typeof( Mysticism.RisingColossusSpell ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue