summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-11-09--00-03.sql
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-05-13 13:28:41 +0200
committerHaru <haru@dotalux.com>2014-05-13 13:31:10 +0200
commit00d900104ff6f4b04ded3f83d30d04b779b5754b (patch)
treef4acb191a02bdaab06436f2e7c67be2fccdf2213 /sql-files/upgrades/2013-11-09--00-03.sql
parentddc16a0da2c7ce270b60769c9df35a39f587e4d2 (diff)
downloadhercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.gz
hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.bz2
hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.xz
hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.zip
Fixed several files with a missing EOL at EOF
- All text files should end with an EOL. Period. - See http://robots.thoughtbot.com/no-newline-at-end-of-file for info on how to configure the most common text editors to do it automatically for you. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'sql-files/upgrades/2013-11-09--00-03.sql')
-rw-r--r--sql-files/upgrades/2013-11-09--00-03.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2013-11-09--00-03.sql b/sql-files/upgrades/2013-11-09--00-03.sql
index 09c63307f..7ca887653 100644
--- a/sql-files/upgrades/2013-11-09--00-03.sql
+++ b/sql-files/upgrades/2013-11-09--00-03.sql
@@ -2,4 +2,4 @@
ALTER TABLE `account_data` MODIFY `base_exp` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
ALTER TABLE `account_data` MODIFY `base_drop` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
ALTER TABLE `account_data` MODIFY `base_death` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
-INSERT INTO `sql_updates` (`timestamp`) VALUES (1383955424); \ No newline at end of file
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1383955424);