diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-27 02:26:35 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-27 02:26:35 +0000 |
commit | 4f1efdf474a048cf3aa4c2830b7036ee21d7e2ea (patch) | |
tree | 18d212cc2fc67bdd0b62b88b574339e0779995c2 /npc/custom/etc/quest_warper.txt | |
parent | 5c235153270091301d7d344c531d40e9f9638114 (diff) | |
download | hercules-4f1efdf474a048cf3aa4c2830b7036ee21d7e2ea.tar.gz hercules-4f1efdf474a048cf3aa4c2830b7036ee21d7e2ea.tar.bz2 hercules-4f1efdf474a048cf3aa4c2830b7036ee21d7e2ea.tar.xz hercules-4f1efdf474a048cf3aa4c2830b7036ee21d7e2ea.zip |
* Standardization in some database files, and other minor cleaning
* Disabled Ash Vacuum Warper since it's no longer in iRO - fixes bugreport:6560 (quests\quests_13_1.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16709 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/etc/quest_warper.txt')
-rw-r--r-- | npc/custom/etc/quest_warper.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/etc/quest_warper.txt b/npc/custom/etc/quest_warper.txt index d0952decc..12709ac15 100644 --- a/npc/custom/etc/quest_warper.txt +++ b/npc/custom/etc/quest_warper.txt @@ -430,7 +430,7 @@ Zeny_short_HP: if (select("Yes","No") == 2) goto L_end; set @Hp, Zeny/$QW_HP_H_PRICE; set @HpPrice, @Hp*$QW_HP_H_PRICE; - if (@Sp == 1) mes "You're not worth the effort."; + if (@Hp == 1) mes "You're not worth the effort."; if (@Hp == 1) goto L_end; set Zeny, Zeny-@HpPrice; heal @Hp,0; |