More Aquarium fixes

http://jira.runuo.com/browse/RUNUO-126

Various overhead messages wrongly set as public
http://jira.runuo.com/browse/RUNUO-127

Enabling of Spellweaving's Immolating Weapon
http://jira.runuo.com/browse/RUNUO-128
This commit is contained in:
eos 2012-01-22 05:32:04 +00:00
parent 45bd3dba38
commit c179bac4a2
11 changed files with 337 additions and 75 deletions

View file

@ -147,7 +147,7 @@ namespace Server.Spells
{
Register( 600, typeof( Spellweaving.ArcaneCircleSpell ) );
Register( 601, typeof( Spellweaving.GiftOfRenewalSpell ) );
//Register( 602, typeof( Spellweaving.ImmolatingWeaponSpell ) );
Register( 602, typeof( Spellweaving.ImmolatingWeaponSpell ) );
Register( 603, typeof( Spellweaving.AttuneWeaponSpell ) );
Register( 604, typeof( Spellweaving.ThunderstormSpell ) );
Register( 605, typeof( Spellweaving.NatureFurySpell ) );