forked from MagicBane/Server
cannot delete gold
This commit is contained in:
@@ -889,6 +889,8 @@ public class Item extends AbstractWorldObject {
|
||||
}
|
||||
|
||||
public boolean isCanDestroy() {
|
||||
if(this.getItemBaseID() == 7)//gold
|
||||
return false;
|
||||
return canDestroy;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user