mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
@@ -91,7 +91,6 @@ NPC *Entity::CastToNPC()
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsNPC()) {
|
if (!IsNPC()) {
|
||||||
std::cout << "CastToNPC error" << std::endl;
|
std::cout << "CastToNPC error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user