From 55c6f03b933a4669adb336444f7a2a9e4e0a1c44 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 9 Sep 2019 13:51:46 -0700 Subject: [PATCH] Update GOALS.md --- GOALS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/GOALS.md b/GOALS.md index 2a1935baa..4a2a5c037 100644 --- a/GOALS.md +++ b/GOALS.md @@ -52,10 +52,8 @@ * Support basic KVP databases such as MongoDB, RocksDB, and Redis, etc. ### Bugs & Misc -- [ ] Naked corpses (container display issue) - [X] Rounding errors with new bank system - [X] Replace specific checks for `Item`/`Mobile` by extended `IEntity` and mainstreaming the `NEWPARENT` code - [ ] TryDropItem dropping items until it fails when it should be all-or-nothing - [ ] Consumable items are deleted directly in several places instead of using `Item.Consume()` -- [ ] Content displaying for newer clients is not working properly in several situations - [ ] Stack/Hold checks are broken in certain situations