mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 13:12:24 +00:00
Remove commented std::cout : Tlevel:
This commit is contained in:
parent
b5fe23a4c3
commit
fb5e988ed8
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user