diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-12 14:35:00 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-12 14:35:00 +0000 |
commit | d69b56eafa7fbb98c6a8a3def7edb63037bc1595 (patch) | |
tree | c74e08e6fcdbe8cd448560d6e2b044c2b6b8cc23 /npc/custom/eAAC_Scripts/DonationGirl/donate.sql | |
parent | 081003aadd15d87b22d0fb4118172a38df5d3b2f (diff) | |
download | hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.tar.gz hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.tar.bz2 hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.tar.xz hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.zip |
eAAC updates.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5575 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/DonationGirl/donate.sql')
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate.sql b/npc/custom/eAAC_Scripts/DonationGirl/donate.sql new file mode 100644 index 000000000..29a392afe --- /dev/null +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate.sql @@ -0,0 +1,6 @@ +CREATE TABLE `donate` (
+ `account_id` int(11) unsigned NOT NULL,
+ `amount` tinyint(3) unsigned NOT NULL,
+ `claimed` tinyint(3) unsigned NOT NULL,
+ PRIMARY KEY (`account_id`,`amount`)
+) TYPE=MyISAM;
\ No newline at end of file |