From: Ari Johnson Date: Mon, 25 Feb 2008 16:53:50 +0000 (+0000) Subject: Note division loop bugfix in changes file X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=16f7e8ba8ea2938acd14350f5e1bf740469d0f48;p=cobramush.git Note division loop bugfix in changes file --- diff --git a/game/txt/changes/0.72p4 b/game/txt/changes/0.72p4 index f4f0892..d3a29da 100644 --- a/game/txt/changes/0.72p4 +++ b/game/txt/changes/0.72p4 @@ -31,4 +31,5 @@ CobraMUSH Version 0.72p4 * Fixed attribute read locks [AEJ] * Fixed can_write_attr_internal() to prohibit writing attributes that the player cannot read [AEJ] + * Detect and prevent division loops, and fix them in @dbck [AEJ]