mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Corrected multi-colored junk items handling
This commit is contained in:
@@ -13,11 +13,11 @@ def lootDescriptor():
|
||||
|
||||
def customizationAttributes():
|
||||
|
||||
return ['/private/index_color_1']
|
||||
return ['/private/index_color_1','/private/index_color_2']
|
||||
|
||||
def customizationValues():
|
||||
|
||||
return [13] #not correct
|
||||
return [6,12]
|
||||
|
||||
def reverse_engineering_name():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user