diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 00:16:48 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 00:16:48 +0000 |
commit | d5e783582356a961a513ed2a632d7272275a5f52 (patch) | |
tree | c4c0c0f937f3b78349c34d9aed9faef1749581b5 /npc/custom/eAAC_Scripts/DonationGirl | |
parent | 395f8ee0107c60c2b93665120a5cc754b3c241eb (diff) | |
download | hercules-d5e783582356a961a513ed2a632d7272275a5f52.tar.gz hercules-d5e783582356a961a513ed2a632d7272275a5f52.tar.bz2 hercules-d5e783582356a961a513ed2a632d7272275a5f52.tar.xz hercules-d5e783582356a961a513ed2a632d7272275a5f52.zip |
~ eAAC Update:
* Added quest_warper.txt to eAAC_Scripts. [erKURITA]
* Deleted the sql and txt versions of the disguiser and added a merge of both. [erKURITA]
* Deleted clone_arena.txt. [erKURITA]
* Updated global_functionsKE.txt of Skotlex. [erKURITA]
* Added woe_time_explanation.txt to explain how to set WoE times. [erKURITA]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6068 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/DonationGirl')
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate.txt | 2 | ||||
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate_item_db.sql | 2 | ||||
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/readme.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt index 5ba084a44..6c1687ae1 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt @@ -356,4 +356,4 @@ goto L_GM; L_CLOSE:
close;
-}
+}
\ No newline at end of file diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate_item_db.sql b/npc/custom/eAAC_Scripts/DonationGirl/donate_item_db.sql index 9104ed16f..5a4088d9a 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/donate_item_db.sql +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate_item_db.sql @@ -11,4 +11,4 @@ REPLACE INTO `donate_item_db` VALUES (602,'Butterfly_Wing',30); REPLACE INTO `donate_item_db` VALUES (603,'Old_Blue_Box',1);
REPLACE INTO `donate_item_db` VALUES (604,'Dead_Branch',200);
REPLACE INTO `donate_item_db` VALUES (605,'Anodyne',5);
-REPLACE INTO `donate_item_db` VALUES (606,'Aloevera',5);
+REPLACE INTO `donate_item_db` VALUES (606,'Aloevera',5);
\ No newline at end of file diff --git a/npc/custom/eAAC_Scripts/DonationGirl/readme.txt b/npc/custom/eAAC_Scripts/DonationGirl/readme.txt index dd75532c7..2454b68e4 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/readme.txt +++ b/npc/custom/eAAC_Scripts/DonationGirl/readme.txt @@ -31,4 +31,4 @@ = Thanks to Vich for helping me with the SQL syntax. =
= Thanks to Lance for helping me with the the arrays and =
= for implementing this feature. XD =
-============================================================
+============================================================
\ No newline at end of file |