From 07d2eab1831c88127e88f4aac85acc358d2691ac Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 19:41:27 -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 d272f62e4..b922b6e2d 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -214,7 +214,6 @@ const Merc *Entity::CastToMerc() const #ifdef _EQDEBUG if (!IsMerc()) { std::cout << "CastToMerc error" << std::endl; - DebugBreak(); return 0; } #endif