From 889a866e92a6c50f8a085e9c99001a9373830f44 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 27 Mar 2013 15:38:32 -0300 Subject: Introducing Slot Change feature Special Thanks to Yommy for providing the packet structure/data. Signed-off-by: shennetsind --- sql-files/upgrades/2013-03-27--18-35.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql-files/upgrades/2013-03-27--18-35.sql (limited to 'sql-files/upgrades/2013-03-27--18-35.sql') 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 -- cgit v1.2.3-60-g2f50