mirror of
https://github.com/runuo/runuo
synced 2026-08-11 22:26:04 -04:00
Update Mobile.cs
This commit is contained in:
parent
e1946e3216
commit
4298b27264
1 changed files with 1 additions and 1 deletions
|
|
@ -4321,7 +4321,7 @@ namespace Server
|
|||
item.Spawner = null;
|
||||
}
|
||||
|
||||
if( amount == 0 )
|
||||
if( amount < 1 )
|
||||
amount = 1;
|
||||
|
||||
if( amount > item.Amount )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue