Current section

Files

Jump to
wp_tables include npc_shop_goods_data_NpcShopGoodsData.hrl
Raw

include/npc_shop_goods_data_NpcShopGoodsData.hrl

-record(npc_shop_goods_data, {
aligned_chronology_progress_hours :: integer(),
aligned_chronology_start_hour_of_day :: integer(),
aligned_chronology_start_offset_days :: integer(),
always_show_date_time :: boolean(),
auto_buy :: boolean(),
auto_order_max_hold_count :: integer(),
bound_and_eroded :: binary(),
buy_limit_count :: integer(),
buy_limit_level :: binary(),
buy_limit_reset_cycle :: binary(),
buy_limit_reset_region_content_kind :: binary(),
buy_price :: integer(),
chronology_end_offset_days :: integer(),
chronology_start_offset_days :: integer(),
cuid :: integer(),
currency_cuid :: integer(),
end_date_time :: integer(),
gear_quality :: binary(),
item_cuid :: integer(),
item_expire_date_time :: integer(),
npc_shop_cuid :: integer(),
required_amity_grade :: binary(),
required_player_level :: integer(),
schedule_kind_type :: binary(),
sequence :: integer(),
start_date_time :: integer(),
unique_name :: binary()
}).