if (playerRace == Race.ELYOS) {
switch (playerClass) {
case ENGINEER:
PacketSendUtility.sendPacket(player, new SM_DIALOG_WINDOW(0, 3739, 1006));
break;
else if (playerRace == Race.ASMODIANS) {
switch (playerClass) {
case ENGINEER:
PacketSendUtility.sendPacket(player, new SM_DIALOG_WINDOW(0, 3569, 2008));//sniffed on NA
break;
--------------------------------------------
Just the change of OPCODE :)
Original issue reported on code.google.com by mr6hea...@gmail.com on 30 Oct 2014 at 11:01
Original issue reported on code.google.com by
mr6hea...@gmail.com
on 30 Oct 2014 at 11:01