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 | a049ef74f88a98a0925f5b918578608945445c8e (patch) | |
tree | c7812f2542c0465c799918c3054a3e11eb0b567a /extras/crystal.py | |
parent | 611016ae406522a43cd3d75a9f24f5e8f68a02b4 (diff) |
use db instead of item_frag on ItemFragment remote chunks
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 2d0c12fea..ecda3d338 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -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 = { |