summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-03-27--18-35.sql
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-03-27 15:38:32 -0300
committershennetsind <ind@henn.et>2013-03-27 15:38:32 -0300
commit889a866e92a6c50f8a085e9c99001a9373830f44 (patch)
tree4a195c9245c61364650b0ee692bca303a3c337c2 /sql-files/upgrades/2013-03-27--18-35.sql
parentc042a058ce575ff61c95ffa304e493683d50871f (diff)
downloadhercules-889a866e92a6c50f8a085e9c99001a9373830f44.tar.gz
hercules-889a866e92a6c50f8a085e9c99001a9373830f44.tar.bz2
hercules-889a866e92a6c50f8a085e9c99001a9373830f44.tar.xz
hercules-889a866e92a6c50f8a085e9c99001a9373830f44.zip
Introducing Slot Change feature
Special Thanks to Yommy for providing the packet structure/data. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'sql-files/upgrades/2013-03-27--18-35.sql')
-rw-r--r--sql-files/upgrades/2013-03-27--18-35.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-files/upgrades/2013-03-27--18-35.sql b/sql-files/upgrades/2013-03-27--18-35.sql
new file mode 100644
index 000000000..fc50953c4
--- /dev/null
+++ b/sql-files/upgrades/2013-03-27--18-35.sql
@@ -0,0 +1,3 @@
+#1364409316
+ALTER TABLE `char` ADD COLUMN `slotchange` SMALLINT(3) unsigned NOT NULL default '0';
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1364409316); \ No newline at end of file