summaryrefslogtreecommitdiff
path: root/npc/quests/quests_moscovia.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-04-02 19:31:00 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-04-02 19:31:00 +0000
commit01871e7fbbae3be42b08c2ed47d918a195ede3d3 (patch)
treedc76000c4f7ac5c931a7b6cef3a805ddc150cfa1 /npc/quests/quests_moscovia.txt
parenteb9881621f72ae96f0fdabb2680e57db6ac56d22 (diff)
downloadhercules-01871e7fbbae3be42b08c2ed47d918a195ede3d3.tar.gz
hercules-01871e7fbbae3be42b08c2ed47d918a195ede3d3.tar.bz2
hercules-01871e7fbbae3be42b08c2ed47d918a195ede3d3.tar.xz
hercules-01871e7fbbae3be42b08c2ed47d918a195ede3d3.zip
- Added a missing 'close' in kafras_alde.txt (bugreport:4164)
- Fixed a variable type in Koshei the Immortal quest. (bugreport:4163) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14279 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r--npc/quests/quests_moscovia.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt
index 596548252..80401a779 100644
--- a/npc/quests/quests_moscovia.txt
+++ b/npc/quests/quests_moscovia.txt
@@ -14642,7 +14642,7 @@ mosk_dun02,48,214,5 script Baba Yaga#rus32 970,{
next;
while(1) {
input .@input;
- if (.@input$ == 0) {
+ if (.@input == 0) {
mes "[Baba Yaga]";
mes "You don't want it?";
next;
@@ -14650,7 +14650,7 @@ mosk_dun02,48,214,5 script Baba Yaga#rus32 970,{
mes "I don't understand you. What do you want? Kehehehehe.";
close;
}
- else if (.@input$ > 100) {
+ else if (.@input > 100) {
mes "[Baba Yaga]";
mes "I said no more then 100 at a time. Kehehehehe.";
next;