1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Correct spelling of 'sujonkwa'

This commit is contained in:
Michael Steenbeek
2018-03-29 13:00:01 +02:00
parent b163064f6c
commit cfb5a6b39d
7 changed files with 22 additions and 16 deletions

View File

@@ -1054,7 +1054,8 @@ uint8 RideObject::ParseShopItem(const std::string &s)
{ "iced_tea", SHOP_ITEM_ICED_TEA },
{ "fruit_juice", SHOP_ITEM_FRUIT_JUICE },
{ "soybean_milk", SHOP_ITEM_SOYBEAN_MILK },
{ "su_jongkwa", SHOP_ITEM_SU_JONGKWA },
{ "su_jongkwa", SHOP_ITEM_SUJEONGGWA },
{ "sujeonggwa", SHOP_ITEM_SUJEONGGWA },
{ "balloon", SHOP_ITEM_BALLOON },
{ "toy", SHOP_ITEM_TOY },
{ "map", SHOP_ITEM_MAP },