
Removed the 'kill -9' action from athena-start, as it prevents the server from shutting down cleanly. If your process gets stuck, kill it manually (or add a hard-stop option). Fixed one wrong revision number in changelog. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11924 54d463be-8e91-2dee-dedb-b68131a5f0ec
10 lines
147 B
SQL
10 lines
147 B
SQL
ALTER TABLE `guild_castle`
|
|
DROP `gHP0`,
|
|
DROP `gHP1`,
|
|
DROP `gHP2`,
|
|
DROP `gHP3`,
|
|
DROP `gHP4`,
|
|
DROP `gHP5`,
|
|
DROP `gHP6`,
|
|
DROP `gHP7`;
|