From 43b8fbb2821ae887a7d4874ca0764aac00ac60d6 Mon Sep 17 00:00:00 2001 From: shadowlady Date: Sat, 13 Nov 2004 02:48:19 +0000 Subject: Reverted. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@146 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/renters.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/merchants/renters.txt') diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index cb6cc99de..81f7985f3 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -18,7 +18,7 @@ // PecoPeco Breeder (for Knights)------------------------------------------- prontera.gat,61,338,3 script PecoPeco Breeder 86,{ mes "[PecoPeco Breeder]"; - if(Class == Job_Knight || Class == Job_Knight2 || Class == 4008 || Class == Job_Lord_Knight || Class == Job_Lord_Knight2) goto L_Start; + if((Class == 7)||(Class == 4008)) goto L_Start; mes "I'm a PecoPeco breeder and I rent out PecoPeco's for^4444FF Knights ^000000to ride on."; close; @@ -63,7 +63,7 @@ L_Start: // Grand PecoPeco Breeder (for Crusaders)------------------------------------------- prontera.gat,238,312,5 script Grand PecoPeco Breeder 86,{ mes "[Grand PecoPeco Breeder]"; - if(Class == Job_Crusader || Class == Job_Crusader2 || Class == 4015 || Class == Job_Paladin || Class == Job_Paladin2 ) goto L_Start; + if((Class == 14)||(Class == 4015)) goto L_Start; mes "I'm a Grand PecoPeco breeder and I rent out Grand PecoPeco's for^4444FF Crusaders ^000000to ride on."; close; -- cgit v1.2.3-60-g2f50