Corrected the value of View and EquipLevelMin for 19628 according to aegis data (#5506)

Fixed #5503 
Thanks to @lChyztl !
This commit is contained in:
Atemo 2020-10-30 01:27:21 +01:00 committed by GitHub
parent fe68c66706
commit 1dc714cd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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);