Move last pieces of monster drops to DropProvider
This commit is contained in:
@@ -23,7 +23,7 @@ package server.life;
|
||||
/**
|
||||
* @author LightPepsi
|
||||
*/
|
||||
|
||||
// TODO: replace this with MonsterDrop everywhere, which is immutable and therefore threadsafe
|
||||
public class MonsterDropEntry {
|
||||
public MonsterDropEntry(int itemId, int chance, int Minimum, int Maximum, short questid) {
|
||||
this.itemId = itemId;
|
||||
@@ -35,4 +35,4 @@ public class MonsterDropEntry {
|
||||
|
||||
public short questid;
|
||||
public int itemId, chance, Minimum, Maximum;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user