summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-05-02 09:39:37 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-05-02 09:39:37 +0200
commit609a14e0a4b1dee14bd1ff6c6da0bd8fa87c0824 (patch)
tree58d4ae83813096c286c781a45730593f9794b053
parentc12d6f5816291f011547dfee540e4441b0e3cbc9 (diff)
parent44552917efd5117214fa2a77cc6dc5f13ae55281 (diff)
downloadserverdata-609a14e0a4b1dee14bd1ff6c6da0bd8fa87c0824.tar.gz
serverdata-609a14e0a4b1dee14bd1ff6c6da0bd8fa87c0824.tar.bz2
serverdata-609a14e0a4b1dee14bd1ff6c6da0bd8fa87c0824.tar.xz
serverdata-609a14e0a4b1dee14bd1ff6c6da0bd8fa87c0824.zip
Merge remote-tracking branch 'mainline/master'
-rw-r--r--news.php2
-rw-r--r--npc/027-2_Caretakers_House/lover.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/news.php b/news.php
index 4b2cc414..7ab51a9c 100644
--- a/news.php
+++ b/news.php
@@ -14,7 +14,7 @@ if (substr($agent, 0, 3) == "TMW" || substr($agent, 0, 4) == "Mana")
}
$min_version = '0.0.29.1';
-$cur_version = '0.0.29.1';
+$cur_version = '0.5.2';
if (substr($agent, 0, 3) == "TMW" and $agent < 'TMW/' . $min_version)
{
diff --git a/npc/027-2_Caretakers_House/lover.txt b/npc/027-2_Caretakers_House/lover.txt
index e194dce5..7233cb57 100644
--- a/npc/027-2_Caretakers_House/lover.txt
+++ b/npc/027-2_Caretakers_House/lover.txt
@@ -71,7 +71,7 @@ L_Crystals:
if (countitem("DarkCrystal") < @CRYSTAL_AMOUNT)
goto L_Not_Enough_Crystals;
- delitem "DarkCrystal", countitem("DarkCrystal");
+ delitem "DarkCrystal", @CRYSTAL_AMOUNT;
getexp @CRYSTAL_EXP, 0;
next;
mes "\"Oh, I can feel them! Please lay them down on the floor.\"";