mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
start work on auto sell
This commit is contained in:
parent
adc52f3b35
commit
770f078992
6 changed files with 94 additions and 4 deletions
|
@ -867,6 +867,8 @@ namespace HISP.Server
|
|||
Messages.SocialTypeFormat = gameData.messages.meta.player_interaction.socials.socials_menu_type;
|
||||
Messages.SocialPlayerNoLongerNearby = gameData.messages.meta.player_interaction.socials.no_longer_nearby;
|
||||
|
||||
// Message Queue
|
||||
Messages.MessageQueueHeader = gameData.messages.message_queue;
|
||||
|
||||
// Events : Real Time Riddle
|
||||
|
||||
|
@ -1512,6 +1514,7 @@ namespace HISP.Server
|
|||
|
||||
Messages.HorseNoAutoSell = gameData.messages.meta.horse.horse_inventory.no_auto_sell;
|
||||
Messages.HorseAutoSellPriceFormat = gameData.messages.meta.horse.horse_inventory.auto_sell_format;
|
||||
Messages.HorseAutoSellOthersFormat = gameData.messages.meta.horse.horse_inventory.auto_sell_others;
|
||||
Messages.HorseAutoSellFormat = gameData.messages.meta.horse.horse_inventory.auto_sell;
|
||||
Messages.HorseCantAutoSellTacked = gameData.messages.meta.horse.horse_inventory.cannot_auto_sell_tacked;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue