From 6b2e58ee4b2a5b3268d6eb2112688eb35ebf521c Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 4 Oct 2009 04:35:09 +0000 Subject: [PATCH] typo --- Server/Network/Packets.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/Network/Packets.cs b/Server/Network/Packets.cs index 998f8e978..a12339a51 100644 --- a/Server/Network/Packets.cs +++ b/Server/Network/Packets.cs @@ -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 );