From 2e6d71cf134c1415a626cb1adddcc30428d467b5 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 14 Nov 2014 21:17:16 +0100 Subject: Fixed a typo in npc/custom/breeder.txt Special thanks to Ridley8819 Signed-off-by: Haru --- npc/custom/breeder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/custom/breeder.txt b/npc/custom/breeder.txt index 40d94d99d..db57510f7 100644 --- a/npc/custom/breeder.txt +++ b/npc/custom/breeder.txt @@ -43,7 +43,7 @@ prontera,124,201,1 script Universal Rental NPC 4_F_JOB_BLACKSMITH,{ setcart; } else if (!checkfalcon() && getskilllv(HT_FALCON) && !checkwug()) { setfalcon; - } else if (checkmount() == MOUNT_PECO && getskilllv(KN_RIDING)) { + } else if (checkmount() != MOUNT_PECO && getskilllv(KN_RIDING)) { setmount; // Peco or Dragon } else if (checkmount() != MOUNT_MADO && getskilllv(NC_MADOLICENCE)) { setmount(MOUNT_MADO); -- cgit v1.2.3-60-g2f50