fix AI crash

This commit is contained in:
David Rose 2006-11-03 04:10:46 +00:00
parent e75d2ef706
commit 93a66498c2

View File

@ -228,7 +228,7 @@ class DoCollectionManager:
parentObj.handleChildArrive(object, zoneId)
elif parentId not in (0, self.getGameDoId()):
self.notify.warning('storeObjectLocation(%s): parent %s not present' %
(doId, parentId))
(object.doId, parentId))
def deleteObjectLocation(self, object, parentId, zoneId):
# Do not worry about null values