diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-16 21:16:28 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-16 21:16:28 -0500 |
commit | 6459f0195cdf03dd6d24255dc162ea6860465bc3 (patch) | |
tree | 8f17c912416336899747363ebf195c2ac8abe08c | |
parent | 97c5e9c136548ef6d7fd59af19a8d283ad895088 (diff) |
use db instead of item_frag on ItemFragment remote chunks
original-commit-id: a049ef74f88a98a0925f5b918578608945445c8e
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3267,7 +3267,7 @@ class ItemFragment(Command): """used by ItemFragmentParam and PeopleEvent (for items placed on a map)""" size = 2 - macro_name = "item_frag" + macro_name = "db" base_label = "ItemFragment_" override_byte_check = True param_types = { |