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