Changed: remove some logs

feature/prepare-cross-merge
Ulukyn 5 years ago committed by kaetemi
parent 10666c23bd
commit 463738c036
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -2142,7 +2142,6 @@ uint32 CCreature::tickUpdate()
if (_LockedLootTime != 0 && _LockedLootTime + 900 < CTickEventHandler::getGameCycle()) if (_LockedLootTime != 0 && _LockedLootTime + 900 < CTickEventHandler::getGameCycle())
{ {
nlinfo("Boss unlocked : %s at %d", _Id.toString().c_str(), CTickEventHandler::getGameCycle());
_LockedLootTime = 0; _LockedLootTime = 0;
_NbOfGuardiansKillers = 0; _NbOfGuardiansKillers = 0;
_GuardiansKillers.clear(); _GuardiansKillers.clear();
@ -2169,7 +2168,6 @@ uint32 CCreature::tickUpdate()
if (!keepLock) if (!keepLock)
{ {
_LockedLoot = CTEAM::InvalidTeamId; _LockedLoot = CTEAM::InvalidTeamId;
nlinfo("unlock me");
} }
} }
} }
@ -2199,7 +2197,6 @@ uint32 CCreature::tickUpdate()
} }
if (_LockedLoot != CTEAM::InvalidTeamId) { if (_LockedLoot != CTEAM::InvalidTeamId) {
nlinfo("locked by guardians killers");
break; break;
} }
} }
@ -2226,7 +2223,6 @@ uint32 CCreature::tickUpdate()
} }
if (_LockedLoot != CTEAM::InvalidTeamId) { if (_LockedLoot != CTEAM::InvalidTeamId) {
nlinfo("locked by killers");
break; break;
} }
} }

Loading…
Cancel
Save