root/npc/custom/eAAC_Scripts/DonationGirl/sql/donate_item_db.sql @ 1

Revision 1, 0.5 kB (checked in by jinshiro, 17 years ago)
Line 
1CREATE TABLE `donate_item_db` (
2  `id` smallint(5) unsigned NOT NULL default '0',
3  `price` float(9,2) unsigned NOT NULL,
4  PRIMARY KEY  (`id`)
5) TYPE=MyISAM;
6
7#(ID,Price);
8REPLACE INTO `donate_item_db` VALUES (601,0.06); #Wing_Of_Fly
9REPLACE INTO `donate_item_db` VALUES (602,0.33); #Wing_Of_Butterfly
10REPLACE INTO `donate_item_db` VALUES (603,10); #Old_Blue_Box
11REPLACE INTO `donate_item_db` VALUES (604,0.05); #Branch_Of_Dead_Tree
12REPLACE INTO `donate_item_db` VALUES (605,2); #Anodyne
13REPLACE INTO `donate_item_db` VALUES (606,2); #Aloebera
Note: See TracBrowser for help on using the browser.