* Update to the eAAC Scripts (don't ask...). [eAAC]

*= Removed disguiser.txt as it seems to error, thus failing to comply with eAAC terms

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10801 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
eaac
2007-06-21 21:15:39 +00:00
parent f05a3cf287
commit 2c93dd07f6
30 changed files with 2264 additions and 2639 deletions

View File

@@ -1,6 +1,6 @@
CREATE TABLE `donate` (
`account_id` int(11) unsigned NOT NULL,
`amount` float(5,2) unsigned NOT NULL,
`claimed` float(5,2) unsigned NOT NULL,
PRIMARY KEY (`account_id`,`amount`)
`amount` float(9,2) unsigned NOT NULL,
`claimed` float(9,2) unsigned NOT NULL,
PRIMARY KEY (`account_id`)
) TYPE=MyISAM;