diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-17 07:09:10 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-17 07:09:10 +0000 |
commit | 1110866d367cb7a158e0b4c9dc2a16e15d3ca90d (patch) | |
tree | a97c9c979c9d47c72112b6438b2d5bc6a11c6352 /sql-files/upgrade_svn11915.sql | |
parent | 6571c71701dca9d85f33b7be245879b6a9906d81 (diff) | |
download | hercules-1110866d367cb7a158e0b4c9dc2a16e15d3ca90d.tar.gz hercules-1110866d367cb7a158e0b4c9dc2a16e15d3ca90d.tar.bz2 hercules-1110866d367cb7a158e0b4c9dc2a16e15d3ca90d.tar.xz hercules-1110866d367cb7a158e0b4c9dc2a16e15d3ca90d.zip |
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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11924 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/upgrade_svn11915.sql')
-rw-r--r-- | sql-files/upgrade_svn11915.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn11915.sql b/sql-files/upgrade_svn11915.sql new file mode 100644 index 000000000..ddf06957d --- /dev/null +++ b/sql-files/upgrade_svn11915.sql @@ -0,0 +1,9 @@ +ALTER TABLE `guild_castle` + DROP `gHP0`, + DROP `gHP1`, + DROP `gHP2`, + DROP `gHP3`, + DROP `gHP4`, + DROP `gHP5`, + DROP `gHP6`, + DROP `gHP7`; |