summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/custom/breeder.txt2
1 files changed, 1 insertions, 1 deletions
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);