summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/DonationGirl
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/eAAC_Scripts/DonationGirl')
-rw-r--r--npc/custom/eAAC_Scripts/DonationGirl/donate.txt2
-rw-r--r--npc/custom/eAAC_Scripts/DonationGirl/donate_item_db.sql2
-rw-r--r--npc/custom/eAAC_Scripts/DonationGirl/readme.txt2
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