From a4a17c165ecc718ca8f0ac0a25a4a39ee471c72d Mon Sep 17 00:00:00 2001 From: eaac Date: Mon, 22 May 2006 13:07:47 +0000 Subject: - eAAC Update for Donation Girl [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6694 54d463be-8e91-2dee-dedb-b68131a5f0ec --- .../eAAC_Scripts/DonationGirl/sql/donate_item_db.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 npc/custom/eAAC_Scripts/DonationGirl/sql/donate_item_db.sql (limited to 'npc/custom/eAAC_Scripts/DonationGirl/sql/donate_item_db.sql') diff --git a/npc/custom/eAAC_Scripts/DonationGirl/sql/donate_item_db.sql b/npc/custom/eAAC_Scripts/DonationGirl/sql/donate_item_db.sql new file mode 100644 index 000000000..604373139 --- /dev/null +++ b/npc/custom/eAAC_Scripts/DonationGirl/sql/donate_item_db.sql @@ -0,0 +1,14 @@ +CREATE TABLE `donate_item_db` ( + `id` smallint(5) unsigned NOT NULL default '0', + `name` varchar(30) NOT NULL default '', + `price` float(5,2) unsigned NOT NULL, + PRIMARY KEY (`id`) +) TYPE=MyISAM; + +#(ID,'Name',Price); +REPLACE INTO `donate_item_db` VALUES (601,'Fly_Wing',0.06); +REPLACE INTO `donate_item_db` VALUES (602,'Butterfly_Wing',0.33); +REPLACE INTO `donate_item_db` VALUES (603,'Old_Blue_Box',10); +REPLACE INTO `donate_item_db` VALUES (604,'Dead_Branch',0.05); +REPLACE INTO `donate_item_db` VALUES (605,'Anodyne',2); +REPLACE INTO `donate_item_db` VALUES (606,'Aloevera',2); \ No newline at end of file -- cgit v1.2.3-70-g09d2