HISP/Horse Isle Server/HorseIsleServer/Game/Services
2021-02-23 01:52:43 +13:00
..
Auction.cs Update auctions again 2021-02-23 01:52:43 +13:00
Barn.cs Add barns! 2021-02-13 14:29:33 +13:00
Farrier.cs Fix bug where building in your ranch builds in all ranches 2021-02-12 14:47:29 +13:00
Groomer.cs add groomer related strings 2021-02-03 22:23:02 +13:00
Inn.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
Pawneer.cs Add Horse Pawneer 2021-02-15 13:31:00 +13:00
Shop.cs no message 2021-02-05 22:50:35 +13:00
Trainer.cs Add Training Pens 2021-02-16 01:08:54 +13:00
Transport.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
Vet.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
Workshop.cs Implement workshops and fix more quest weirdnes. 2021-02-06 17:04:50 +13:00