summaryrefslogtreecommitdiff
path: root/sql-files/upgrades
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-08-27 20:47:23 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-08-27 21:16:42 +0530
commit2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0 (patch)
treef9357ef349422c260e09237e5f6e9811d38e15d7 /sql-files/upgrades
parentbcf51fa5a12d07fe80975bc921ccce3e4f6bf35d (diff)
downloadhercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.tar.gz
hercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.tar.bz2
hercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.tar.xz
hercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.zip
Hotkey Rotate Packet Implemented
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r--sql-files/upgrades/2015-08-27--20-42.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-files/upgrades/2015-08-27--20-42.sql b/sql-files/upgrades/2015-08-27--20-42.sql
new file mode 100644
index 000000000..e95e1836b
--- /dev/null
+++ b/sql-files/upgrades/2015-08-27--20-42.sql
@@ -0,0 +1,3 @@
+#1440688342
+ALTER TABLE `char` ADD COLUMN `hotkey_rowshift` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0';
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1440688342);