mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-14 07:42:29 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
a19f7f702c
commit
6e582fb68f
@ -113,7 +113,6 @@ Merc *Entity::CastToMerc()
|
||||
#ifdef _EQDEBUG
|
||||
if (!IsMerc()) {
|
||||
std::cout << "CastToMerc error" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user