mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 15:11:30 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
26b65a05a9
commit
32cba9083c
@ -192,7 +192,6 @@ const NPC *Entity::CastToNPC() const
|
||||
#ifdef _EQDEBUG
|
||||
if (!IsNPC()) {
|
||||
std::cout << "CastToNPC error" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user