Update Mobile.cs

This commit is contained in:
LG Archer 2020-10-05 22:05:08 +01:00 committed by GitHub
parent e1946e3216
commit 4298b27264
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4321,7 +4321,7 @@ namespace Server
item.Spawner = null;
}
if( amount == 0 )
if( amount < 1 )
amount = 1;
if( amount > item.Amount )