rathena/sql-files/upgrade_svn11915.sql
ultramage e5b0ee65bf Removed the 'create athena.txt' step from athena-start as the server does that automatically.
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
2007-12-17 07:09:10 +00:00

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`;