Fixed player.search() to also move here/me/self wrappers to typeclass.

This commit is contained in:
Griatch 2014-04-13 10:04:35 +02:00
parent 661eb0c23b
commit 59513e5c00
4 changed files with 36 additions and 28 deletions

View file

@ -427,7 +427,7 @@ class ObjectDB(TypedObject):
results = PlayerDB.objects.player_search(searchdata)
if quiet:
return results
return _AT_SEARCH_RESULT(self, searchdata, results, True)
return _AT_SEARCH_RESULT(self, searchdata, results, global_search=True)
#
# Execution/action methods