1
0
Fork 0
forked from OpenNeo/impress
impress/app/models
Emi Matchu 989c96fd2b Oops, fix pb_item for "Royal Girl Elephante Gold Bracelets" and similar
There's some funny bugs we had here, like "Relic Elephante Jewellery"
and "Royal Girl Skeith Bodice" getting assigned "Ice", and
"Tyrannian Meerca Spear" being "Pea" lmao

I went and checked all the assignments now and they look good to me!

```ruby
Item.is_pb.order(:name).
  map { |i| [i.pb_color&.human_name, i.name] }
```
2024-09-13 19:56:41 -07:00
..
fundraising
item Merge remote-tracking branch 'origin/main' 2024-07-01 14:56:08 -07:00
alt_style.rb Support zone restriction in new item preview 2024-07-01 16:54:39 -07:00
application_record.rb
auth_record.rb
auth_user.rb
closet_hanger.rb
closet_list.rb Disallow email addresses in closet list descriptions 2024-04-16 17:04:31 -07:00
closet_visibility.rb
color.rb Default to masc/fem for colors like "elderlyboy", in item previews 2024-09-07 16:12:05 -07:00
contribution.rb
item.rb Oops, fix pb_item for "Royal Girl Elephante Gold Bracelets" and similar 2024-09-13 19:56:41 -07:00
item_outfit_relationship.rb
nc_mall_record.rb Add more info to NC Mall section of Item Getting Guide 2024-05-14 16:04:40 -07:00
neopets_connection.rb
neopets_page.rb
outfit.rb Add Customize More button back to item pages 2024-09-06 17:12:11 -07:00
parent_swf_asset_relationship.rb
pet.rb
pet_state.rb
pet_type.rb Remove needed items form on Modeling Hub 2024-09-09 18:56:39 -07:00
species.rb Drastically reduce queries for item page preview 2024-09-05 17:52:35 -07:00
swf_asset.rb Add html5 badge to new item previews 2024-09-05 18:48:41 -07:00
user.rb Add shadowban mechanism for closet lists 2024-04-20 20:57:15 -07:00
zone.rb Remove unused logic for whether a zone is "sometimes" occupied 2024-08-31 13:16:47 -07:00