This commit is contained in:
mark 2009-10-04 04:35:09 +00:00
parent 33ffc0f070
commit 6b2e58ee4b

View file

@ -2893,7 +2893,7 @@ namespace Server.Network
public sealed class HealthbarPoison : Packet
{
public HealthbarUpdatePoison( Mobile m ) : base( 0x17 )
public HealthbarPoison( Mobile m ) : base( 0x17 )
{
EnsureCapacity( 12 );
@ -2914,7 +2914,7 @@ namespace Server.Network
public sealed class HealthbarYellow : Packet
{
public HealthbarUpdateYellow( Mobile m ) : base( 0x17 )
public HealthbarYellow( Mobile m ) : base( 0x17 )
{
EnsureCapacity( 12 );