diff options
author | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:30:42 +0000 |
---|---|---|
committer | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:30:42 +0000 |
commit | 5e7b0903383e575393eabf5f36187ffcb49d6c52 (patch) | |
tree | 7ce056d8437c7248da598c7a1788f04db0f248a0 /npc/custom/eAAC_Scripts/DonationGirl/donate.txt | |
parent | 00c4c2adf83c9f068be8496a2f1c067432cbda7a (diff) | |
download | hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.gz hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.bz2 hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.xz hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.zip |
- Replaced all occurrences of "eAthena" to "rAthena" string
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/DonationGirl/donate.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt index 91368fb5f..dc7c0bb2a 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt @@ -21,7 +21,7 @@ //= with decimals. //= 3.1 - Added quotes to some queries, fixed a variable and //= removed a comment. -//= 3.2 - Fixed a problem where eAthena would crash if a +//= 3.2 - Fixed a problem where rAthena would crash if a //= query returned NULL. //= 3.3 - Optimized query speeds by combining a few select //= queries into one. Requires Trunk 7975. @@ -36,7 +36,7 @@ //= 3.6 - Removed name column in donate_item_db. Added //= support for item_db2 table. //= 3.7 - Added Zeny support. $rate must be set for it to be -//= used. Removed truncate() in a query since eAthena +//= used. Removed truncate() in a query since rAthena //= automatically truncates floats to ints. //= 3.8 - Fixed problem with menus and null values. //= 3.9 - Explicit reset of @aid. @@ -46,7 +46,7 @@ //= 3.11 - Explicit reset of another variable. Fixed typo //= - with $rate. Added logmes for GM operations. //===== Compatible With ===================================== -//= eAthena SQL - any version with the new query_sql command +//= rAthena SQL - any version with the new query_sql command //= (Trunk 7975 and up). //= MySQL - 5.0.8 and up highly recommended but not required. //===== Description ========================================= @@ -57,7 +57,7 @@ //= amount donated by users and the items claimable. //===== Installation ======================================== //= You must import donate.sql and donate_item_db.sql (and -//= item_db.sql and item_db2.sql, which comes with eAthena) +//= item_db.sql and item_db2.sql, which comes with rAthena) //= before using this script. //=========================================================== //= Thanks to Vich for helping me with the SQL syntax. @@ -413,4 +413,4 @@ mes "[GM Menu]"; mes "The value of $1 successfully changed to "+$rate+"Z."; next; goto L_GM; -}
\ No newline at end of file +} |