mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Fix companion not being change-able even if u own the horse.
This commit is contained in:
parent
afc232352d
commit
dfb177b3d1
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ namespace HISP.Server
|
|||
|
||||
Messages.HorseCompanion = gameData.messages.meta.horse.horse_inventory.companion;
|
||||
Messages.HorseCompanionFormat = gameData.messages.meta.horse.horse_inventory.companion_selected;
|
||||
Messages.HorseCompanionChangeButton = gameData.messages.meta.horse.companion_change_button;
|
||||
Messages.HorseCompanionChangeButton = gameData.messages.meta.horse.horse_inventory.companion_change_button;
|
||||
Messages.HorseNoCompanion = gameData.messages.meta.horse.horse_inventory.no_companion;
|
||||
|
||||
Messages.HorseAdvancedStatsFormat = gameData.messages.meta.horse.horse_inventory.advanced_stats;
|
||||
|
|
Loading…
Add table
Reference in a new issue