fix: Fixes movement issue (#814)
* Fixes wrong item list used for item detection
This commit is contained in:
parent
a845f8a1c0
commit
8e4d5bb169
2 changed files with 8 additions and 6 deletions
|
|
@ -150,6 +150,7 @@ namespace Server
|
|||
{
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
get => this[TileFlag.Impassable | TileFlag.Surface];
|
||||
set => this[TileFlag.Impassable | TileFlag.Surface] = value;
|
||||
}
|
||||
|
||||
[CommandProperty(AccessLevel.GameMaster, AccessLevel.Administrator)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue