RequestRefineCancel prices for R grade items.

This commit is contained in:
MobiusDev
2015-05-17 18:24:04 +00:00
parent 0b04adf639
commit f5b5cf8ab8

View File

@@ -118,6 +118,15 @@ public final class RequestRefineCancel extends L2GameClientPacket
case S84: case S84:
price = 920000; price = 920000;
break; break;
case R:
price = 1560000;
break;
case R95:
price = 5400000;
break;
case R99:
price = 14160000;
break;
// any other item type is not augmentable // any other item type is not augmentable
default: default:
activeChar.sendPacket(new ExVariationCancelResult(0)); activeChar.sendPacket(new ExVariationCancelResult(0));