summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-05 20:17:04 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-05 20:17:04 +0000
commit3fc428349857587fdac378317ba36582af4981f4 (patch)
treeaf44304bd76b5b8e85c3241ef1fa8b1eb1904df5
parentf027ccfafa902c23d2548b82f98c1acfd3de6fbe (diff)
downloadhercules-3fc428349857587fdac378317ba36582af4981f4.tar.gz
hercules-3fc428349857587fdac378317ba36582af4981f4.tar.bz2
hercules-3fc428349857587fdac378317ba36582af4981f4.tar.xz
hercules-3fc428349857587fdac378317ba36582af4981f4.zip
Fixed Grand Peco breeder
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10699 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/merchants/renters.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 460bb36e0..f36dabedb 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2007/06/05
+ * Fixed Grand Peco breeder [Playtester]
* Optimized, commonized and got rid of extra @vars: ammo_boxes.txt,ammo_dealer.txt,kunai_maker.txt [Lupus]
* Fixed a bug in Thanatos Tower quest. [SinSloth]
2007/06/04
diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt
index 43b7a4387..27972d056 100644
--- a/npc/merchants/renters.txt
+++ b/npc/merchants/renters.txt
@@ -83,7 +83,7 @@ prontera,232,318,3 script Peco Peco Breeder 105,{
if(Upper==2) set @price,3500; //Baby Peco
mes "[PecoPeco Breeder]";
- if (BaseClass == Job_Crusader) {
+ if (BaseJob == Job_Crusader) {
if (Class == Job_Crusader && Upper == 0 || Upper == 1) mes "Welcome, Crusader.";
else
mes "Welcome, Paladin.";