Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915).

Corrected incorrect use of the datetime column in the `login` table (bugreport:1962). Refreshed txt account savefile.
Cleaned up some random minor source code glitches.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13030 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage
2008-08-01 07:05:16 +00:00
parent 414c0f41e2
commit dac1c2d2df
9 changed files with 19 additions and 25 deletions

View File

@@ -239,14 +239,6 @@ CREATE TABLE `guild_castle` (
`visibleG5` int(11) unsigned NOT NULL default '0',
`visibleG6` int(11) unsigned NOT NULL default '0',
`visibleG7` int(11) unsigned NOT NULL default '0',
`gHP0` int(11) unsigned NOT NULL default '0',
`ghP1` int(11) unsigned NOT NULL default '0',
`gHP2` int(11) unsigned NOT NULL default '0',
`gHP3` int(11) unsigned NOT NULL default '0',
`gHP4` int(11) unsigned NOT NULL default '0',
`gHP5` int(11) unsigned NOT NULL default '0',
`gHP6` int(11) unsigned NOT NULL default '0',
`gHP7` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`castle_id`),
KEY `guild_id` (`guild_id`)
) ENGINE=MyISAM;