From 1110866d367cb7a158e0b4c9dc2a16e15d3ca90d Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 17 Dec 2007 07:09:10 +0000 Subject: 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 --- sql-files/upgrade_svn11914.sql | 9 --------- sql-files/upgrade_svn11915.sql | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 sql-files/upgrade_svn11914.sql create mode 100644 sql-files/upgrade_svn11915.sql (limited to 'sql-files') diff --git a/sql-files/upgrade_svn11914.sql b/sql-files/upgrade_svn11914.sql deleted file mode 100644 index ddf06957d..000000000 --- a/sql-files/upgrade_svn11914.sql +++ /dev/null @@ -1,9 +0,0 @@ -ALTER TABLE `guild_castle` - DROP `gHP0`, - DROP `gHP1`, - DROP `gHP2`, - DROP `gHP3`, - DROP `gHP4`, - DROP `gHP5`, - DROP `gHP6`, - DROP `gHP7`; 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`; -- cgit v1.2.3-70-g09d2