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