#W# Fixed RottingDrake body value. Working on dungeon chests.

This commit is contained in:
WarrentyExpired 2026-07-27 10:36:34 -04:00
parent 15bb9dccb8
commit 03065a46bc
2 changed files with 28 additions and 3 deletions

View file

@ -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();
}
}
}
}