diff --git a/zone/entity.cpp b/zone/entity.cpp index 4936a1f69..60a2a87ac 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -91,7 +91,6 @@ NPC *Entity::CastToNPC() #ifdef _EQDEBUG if (!IsNPC()) { std::cout << "CastToNPC error" << std::endl; - DebugBreak(); return 0; } #endif