Merge with Kelketek's branch (which also includes dbenoy's branch)

This commit is contained in:
Griatch 2013-08-10 18:09:42 +02:00
commit ca11e7de44
8 changed files with 28 additions and 20 deletions

View file

@ -792,6 +792,7 @@ class ObjectDB(TypedObject):
# Perform move
try:
#print "move_to location:", destination
_SA(self, "location", destination)
except Exception:
emit_to_obj.msg(errtxt % "location change")