mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +00:00
Remove commented std::cout : Tlevel:
This commit is contained in:
@@ -2977,7 +2977,6 @@ int16 Mob::GetResist(uint8 type) const
|
|||||||
|
|
||||||
uint32 Mob::GetLevelHP(uint8 tlevel)
|
uint32 Mob::GetLevelHP(uint8 tlevel)
|
||||||
{
|
{
|
||||||
//std::cout<<"Tlevel: "<<(int)tlevel<<std::endl; // cout undefined [CODEBUG]
|
|
||||||
int multiplier = 0;
|
int multiplier = 0;
|
||||||
if (tlevel < 10)
|
if (tlevel < 10)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user