diff --git a/zone/entity.cpp b/zone/entity.cpp index 1229362b3..9f797d94c 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -192,7 +192,6 @@ const NPC *Entity::CastToNPC() const #ifdef _EQDEBUG if (!IsNPC()) { std::cout << "CastToNPC error" << std::endl; - DebugBreak(); return 0; } #endif