mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 15:22:24 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
7fef8de50a
commit
f44155a317
@ -91,7 +91,6 @@ NPC *Entity::CastToNPC()
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsNPC()) {
|
if (!IsNPC()) {
|
||||||
std::cout << "CastToNPC error" << std::endl;
|
std::cout << "CastToNPC error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user