summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2014-09-01--16-53.sql
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:34:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 19:15:07 +0300
commitef6bfb4d20f7ecc55e7d7da44f58d9280fad150a (patch)
tree9c0e570e798d3deb192e6be71a930ca68f5a3e43 /sql-files/upgrades/2014-09-01--16-53.sql
parent97ad1cbfda4eed3df209beab0c5fd05a212667d3 (diff)
downloadhercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.tar.gz
hercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.tar.bz2
hercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.tar.xz
hercules-ef6bfb4d20f7ecc55e7d7da44f58d9280fad150a.zip
Remove conf dir.
Diffstat (limited to 'sql-files/upgrades/2014-09-01--16-53.sql')
-rw-r--r--sql-files/upgrades/2014-09-01--16-53.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql-files/upgrades/2014-09-01--16-53.sql b/sql-files/upgrades/2014-09-01--16-53.sql
deleted file mode 100644
index 9827c002d..000000000
--- a/sql-files/upgrades/2014-09-01--16-53.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-#1409590380
-ALTER TABLE `account_data` CHANGE `base_exp` `base_exp` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '100',
-CHANGE `base_drop` `base_drop` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '100',
-CHANGE `base_death` `base_death` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '100';
-INSERT INTO `sql_updates` (`timestamp`) VALUES (1409590380);