forked from MagicBane/Server
Increase Tree of Life rank 8 hireling slots and improve slot debugging
This commit is contained in:
@@ -335,7 +335,7 @@ public class Blueprint {
|
||||
availableSlots = 3;
|
||||
break;
|
||||
case 8:
|
||||
availableSlots = 1;
|
||||
availableSlots = Math.min(3, this.maxSlots);
|
||||
break;
|
||||
default:
|
||||
availableSlots = 0;
|
||||
|
||||
Reference in New Issue
Block a user