From 32cba9083cf52bfba04dd5dd6d1c72ce4ddf90e2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 19:41:25 -0600 Subject: [PATCH] Remove Unneeded DebugBreak --- zone/entity.cpp | 1 - 1 file changed, 1 deletion(-) 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