Note division loop bugfix in changes file
authorAri Johnson <ari@cobramush.org>
Mon, 25 Feb 2008 16:53:50 +0000 (16:53 +0000)
committerAri Johnson <ari@cobramush.org>
Mon, 25 Feb 2008 16:53:50 +0000 (16:53 +0000)
game/txt/changes/0.72p4

index f4f0892e374979d65e730d5b123cd77e26969cdb..d3a29da1969b1478c14c7c1d86b93f5a1ec3d2c2 100644 (file)
@@ -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]