diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts')
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate.txt | 5 |
1 files changed, 3 insertions, 2 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. |