summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-10-30--19-53.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrades/2013-10-30--19-53.sql')
-rw-r--r--sql-files/upgrades/2013-10-30--19-53.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql-files/upgrades/2013-10-30--19-53.sql b/sql-files/upgrades/2013-10-30--19-53.sql
new file mode 100644
index 00000000..6e89015e
--- /dev/null
+++ b/sql-files/upgrades/2013-10-30--19-53.sql
@@ -0,0 +1,5 @@
+#1383162785
+ALTER TABLE `account_data` ADD `base_exp` TINYINT(4) UNSIGNED NOT NULL DEFAULT '100';
+ALTER TABLE `account_data` ADD `base_drop` TINYINT(4) UNSIGNED NOT NULL DEFAULT '100';
+ALTER TABLE `account_data` ADD `base_death` TINYINT(4) UNSIGNED NOT NULL DEFAULT '100';
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1383162785);