Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:25 -06:00
parent 26b65a05a9
commit 32cba9083c

View File

@ -192,7 +192,6 @@ const NPC *Entity::CastToNPC() const
#ifdef _EQDEBUG
if (!IsNPC()) {
std::cout << "CastToNPC error" << std::endl;
DebugBreak();
return 0;
}
#endif