From 2967335cb41866162a69732abe4fc3a07b02e27c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 15 Apr 2013 23:27:29 -0300 Subject: Fixed Bug #7127 Also Implemented allow party invitations state. Implemented saving of client options (atm show_equip and allow party invitation) http://hercules.ws/board/tracker/issue-7127-view-equipment/ Signed-off-by: shennetsind --- sql-files/upgrades/2013-04-16--02-15.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql-files/upgrades/2013-04-16--02-15.sql (limited to 'sql-files/upgrades') diff --git a/sql-files/upgrades/2013-04-16--02-15.sql b/sql-files/upgrades/2013-04-16--02-15.sql new file mode 100644 index 000000000..8d051421f --- /dev/null +++ b/sql-files/upgrades/2013-04-16--02-15.sql @@ -0,0 +1,4 @@ +#1366078541 +ALTER TABLE `char` ADD `char_opt` INT( 11 ) UNSIGNED NOT NULL; +INSERT INTO `sql_updates` (`timestamp`) VALUES (1366075474);#for the previous that missed it.. +INSERT INTO `sql_updates` (`timestamp`) VALUES (1366078541); \ No newline at end of file -- cgit v1.2.3-70-g09d2