From 7bf054bd58e8e99fb757c49502c4d752be578cea Mon Sep 17 00:00:00 2001 From: JohnsonAskot Date: Sat, 7 Feb 2015 14:35:43 -0500 Subject: [PATCH] Name removed from comments --- zone/client.cpp | 2 +- zone/client_packet.cpp | 2 +- zone/client_process.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zone/client.cpp b/zone/client.cpp index 1889ecbf9..80942527a 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -2524,7 +2524,7 @@ bool Client::BindWound(Mob* bindmob, bool start, bool fail){ } } } - else if (bindwound_timer.Check()) // Did the timer finish? No? Then why the hell do they get free hpz?! -Lecht + else if (bindwound_timer.Check()) // Did the timer finish? { // finish bind // disable complete timer diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index abc5734bd..55a6e9fcd 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -12145,7 +12145,7 @@ void Client::Handle_OP_ShopPlayerBuy(const EQApplicationPacket *app) mp->quantity = prevcharges; } - // Item's stackable, but the quantity they want to buy exceeds the max stackable quantity. -Lecht + // Item's stackable, but the quantity they want to buy exceeds the max stackable quantity. if (item->Stackable && mp->quantity > item->StackSize) mp->quantity = item->StackSize; diff --git a/zone/client_process.cpp b/zone/client_process.cpp index 4c1475c95..ef21013e8 100644 --- a/zone/client_process.cpp +++ b/zone/client_process.cpp @@ -239,7 +239,7 @@ bool Client::Process() { if(IsAIControlled()) AI_Process(); - // Don't reset the bindwound timer so we can check it in BindWound as well. -Lecht + // Don't reset the bindwound timer so we can check it in BindWound as well. if (bindwound_timer.Check(false) && bindwound_target != 0) { BindWound(bindwound_target, false); }