Sound/effect fixes, DeathStrike instant damage after 5 steps, Evasion of spells, with OSI data. Original data c/o Kenko

This commit is contained in:
asayre 2007-01-23 06:56:23 +00:00
parent 2cbc73ee85
commit f67a870208
10 changed files with 309 additions and 205 deletions

View file

@ -1,7 +1,5 @@
using System;
using Server;
using Server.Items;
using Server.Engines.Harvest;
namespace Server.Items
{
@ -62,4 +60,4 @@ namespace Server.Items
base.Deserialize( reader );
}
}
}
}