diff options
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate.txt | 5 | ||||
-rw-r--r-- | npc/custom/quests/kiel_quest.txt | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt index 66e619333..1ecf387c3 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt @@ -24,10 +24,11 @@ //= 3.2 - Fixed a problem where eAthena would crash if a //= query returned NULL. //= 3.3 - Optimized query speeds by combining a few select -//= queries into one. Requires Trunk 7975. +//= queries into one. Requires Trunk 7975 OR +//= Stable 8637. //===== Compatible With ===================================== //= eAthena - any version that contains the new query_sql -//= command (Trunk 7975). +//= command (Stable 8637 OR Trunk 7975). //===== Description ========================================= //= A script that lets a player claim an item for donating. //= Allows a GM to input each donation. diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt index 7633aaa69..397568bc3 100644 --- a/npc/custom/quests/kiel_quest.txt +++ b/npc/custom/quests/kiel_quest.txt @@ -45,7 +45,7 @@ kh_school.gat,119,146,3 script Kiel Carlo 748,{ M_GO: mes "[Kiel Carlo]"; - mes "I refuse let you enter if you don't meet these conditions:"; + mes "I refuse to let you enter if you don't meet these conditions:"; mes "1. You have to be 70 Base Level or higher."; mes "2. You have to donate 10.000 zeny."; next; |