v1.1.0: fixed a no text found error with potions of mastery
This commit is contained in:
parent
bf8e22006e
commit
4d643fda6b
|
@ -65,7 +65,7 @@ public class PotionOfDivineInspiration extends ExoticPotion {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (allBoosted){
|
if (allBoosted){
|
||||||
GLog.w(Messages.get(this, "no_more_bonus"));
|
GLog.w(Messages.get(this, "no_more_points"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user