Remove commented std::cout : Tlevel:

This commit is contained in:
Akkadius 2015-01-20 01:30:56 -06:00
parent b5fe23a4c3
commit fb5e988ed8

View File

@ -2977,7 +2977,6 @@ int16 Mob::GetResist(uint8 type) const
uint32 Mob::GetLevelHP(uint8 tlevel)
{
//std::cout<<"Tlevel: "<<(int)tlevel<<std::endl; // cout undefined [CODEBUG]
int multiplier = 0;
if (tlevel < 10)
{