#W# Fixed RottingDrake body value. Working on dungeon chests.
This commit is contained in:
parent
15bb9dccb8
commit
03065a46bc
2 changed files with 28 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ namespace Server.Mobiles
|
|||
public RottingDrake () : base( AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2, 0.4 )
|
||||
{
|
||||
Name = "a rotting drake";
|
||||
Body = 225;
|
||||
Body = 60;
|
||||
Hue = 1186;
|
||||
BaseSoundID = 362;
|
||||
Clan = Clan.Undead;
|
||||
|
|
@ -60,4 +60,4 @@ namespace Server.Mobiles
|
|||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue