Allow Saetor Rangers
This commit is contained in:
@@ -566,6 +566,9 @@ public class VendorDialogMsg extends ClientNetMsg {
|
|||||||
Race race = pc.getRace();
|
Race race = pc.getRace();
|
||||||
if(race.getRaceRuneID() == 1999 && (promoID == 2512 || promoID == 2511)) {
|
if(race.getRaceRuneID() == 1999 && (promoID == 2512 || promoID == 2511)) {
|
||||||
|
|
||||||
|
} else if(promo.getName().equals("Ranger")&& race.getName().equals("Saetor"))
|
||||||
|
{
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
if (race == null || !promo.isAllowedRune(race.getToken())) {
|
if (race == null || !promo.isAllowedRune(race.getToken())) {
|
||||||
// TODO send client promotion error
|
// TODO send client promotion error
|
||||||
|
|||||||
Reference in New Issue
Block a user