HISP/Horse Isle Server/HorseIsleServer/Server
2021-02-05 21:46:26 +13:00
..
ConfigReader.cs Fix quest issues, and metaprority not being priority. 2021-02-05 18:47:45 +13:00
Converters.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
Database.cs Fix despawn, change foreach to for 2021-02-05 14:28:27 +13:00
GameClient.cs Add %BAN 2021-02-02 18:01:27 +13:00
GameDataJson.cs Implement Drawing Rooms 2021-02-04 22:55:00 +13:00
GameServer.cs fix quest unlocking 2021-02-05 21:46:26 +13:00
Logger.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
PacketBuilder.cs Implement Drawing Rooms 2021-02-04 22:55:00 +13:00