summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/DonationGirl/sql/donate_item_db.sql
blob: 2b3caf104936e1021cc67298ff86b1a2f47320ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
CREATE TABLE `donate_item_db` (
  `id` smallint(5) unsigned NOT NULL default '0',
  `price` float(9,2) unsigned NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

#(ID,Price);
REPLACE INTO `donate_item_db` VALUES (601,0.06); #Wing_Of_Fly
REPLACE INTO `donate_item_db` VALUES (602,0.33); #Wing_Of_Butterfly
REPLACE INTO `donate_item_db` VALUES (603,10); #Old_Blue_Box
REPLACE INTO `donate_item_db` VALUES (604,0.05); #Branch_Of_Dead_Tree
REPLACE INTO `donate_item_db` VALUES (605,2); #Anodyne
REPLACE INTO `donate_item_db` VALUES (606,2); #Aloebera