typo
This commit is contained in:
parent
33ffc0f070
commit
6b2e58ee4b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue