Replacements for using minimal and maximal words.
This commit is contained in:
@@ -175,7 +175,7 @@ AltFishChampionshipReward5 = 100000
|
||||
# ---------------------------------------------------------------------------
|
||||
# Dimension Rift
|
||||
# ---------------------------------------------------------------------------
|
||||
# Minimal party size to enter rift. Min = 2, Max = 9.
|
||||
# Minimum party size to enter rift. Min = 2, Max = 9.
|
||||
# If in rift party will become smaller all members will be teleported back
|
||||
RiftMinPartySize = 5
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ public class GeoEngine
|
||||
|
||||
/**
|
||||
* Provides optimize selection of the buffer. When all pre-initialized buffer are locked, creates new buffer and log this situation.
|
||||
* @param size : pre-calculated minimal required size
|
||||
* @param size : pre-calculated minimum required size
|
||||
* @return NodeBuffer : buffer
|
||||
*/
|
||||
private NodeBuffer getBuffer(int size)
|
||||
|
||||
@@ -79,7 +79,7 @@ public class DropData
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value for minimal quantity of dropped items
|
||||
* Sets the value for minimum quantity of dropped items
|
||||
* @param mindrop : int designating the quantity
|
||||
*/
|
||||
public void setMinDrop(int mindrop)
|
||||
@@ -88,7 +88,7 @@ public class DropData
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value for maximal quantity of dopped items
|
||||
* Sets the value for maximum quantity of dopped items
|
||||
* @param maxdrop : int designating the quantity of dropped items
|
||||
*/
|
||||
public void setMaxDrop(int maxdrop)
|
||||
|
||||
Reference in New Issue
Block a user