worldmap: use boosted level for map icon tooltips
This commit is contained in:
@@ -186,7 +186,7 @@ public class WorldMapPlugin extends Plugin
|
||||
{
|
||||
case AGILITY:
|
||||
{
|
||||
int newAgilityLevel = statChanged.getLevel();
|
||||
int newAgilityLevel = statChanged.getBoostedLevel();
|
||||
if (newAgilityLevel != agilityLevel)
|
||||
{
|
||||
agilityLevel = newAgilityLevel;
|
||||
@@ -196,7 +196,7 @@ public class WorldMapPlugin extends Plugin
|
||||
}
|
||||
case WOODCUTTING:
|
||||
{
|
||||
int newWoodcutLevel = statChanged.getLevel();
|
||||
int newWoodcutLevel = statChanged.getBoostedLevel();
|
||||
if (newWoodcutLevel != woodcuttingLevel)
|
||||
{
|
||||
woodcuttingLevel = newWoodcutLevel;
|
||||
|
||||
Reference in New Issue
Block a user