Corrected the value of View and EquipLevelMin for 19628 according to aegis data (#5506)
Fixed #5503 Thanks to @lChyztl !
This commit is contained in:
parent
fe68c66706
commit
1dc714cd54
@ -73344,10 +73344,10 @@ Body:
|
||||
AegisName: C_Headset
|
||||
Name: Costume Headset
|
||||
Type: Armor
|
||||
View: 87
|
||||
Locations:
|
||||
Costume_Head_Top: true
|
||||
EquipLevelMin: 1
|
||||
View: 97
|
||||
EquipLevelMin: 20
|
||||
- Id: 19629
|
||||
AegisName: C_Tiara
|
||||
Name: Costume Tiara
|
||||
|
@ -3967,7 +3967,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_cos
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_Mid`,`view`) VALUES (19624,'C_Round_Eyes','Costume Blank Eyes','Armor',true,185);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`view`) VALUES (19625,'C_Bunny_Band','Costume Bunny Band','Armor',true,15);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (19627,'C_Satellite_Hairband','Costume Satellite Hairband','Armor',true,1,266);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (19628,'C_Headset','Costume Headset','Armor',true,1,97);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (19628,'C_Headset','Costume Headset','Armor',true,20,87);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (19629,'C_Tiara','Costume Tiara','Armor',20,true,1,19);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (19630,'C_Crown','Costume Crown','Armor',10,true,1,45);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (19631,'C_Poring_Fedora_Hat','Costume Poring Fedora Hat','Armor',true,1,919);
|
||||
|
Loading…
x
Reference in New Issue
Block a user