summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.\"";