From 40262e063a7d503104667a4135c564d996bc49c6 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 15 Nov 2013 18:02:59 -0200 Subject: Updated `account_data` upgrade files to avoid issues as demonstrated by report 7824 http://hercules.ws/board/tracker/issue-7824-exp-and-drop-rates-in-lat/ Special Thanks to Yommy! Signed-off-by: shennetsind --- sql-files/upgrades/2013-11-15--19-57.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql-files/upgrades/2013-11-15--19-57.sql (limited to 'sql-files/upgrades/2013-11-15--19-57.sql') diff --git a/sql-files/upgrades/2013-11-15--19-57.sql b/sql-files/upgrades/2013-11-15--19-57.sql new file mode 100644 index 000000000..0644c47c9 --- /dev/null +++ b/sql-files/upgrades/2013-11-15--19-57.sql @@ -0,0 +1,5 @@ +#1384545461 +UPDATE `account_data` SET `base_exp` = '100' WHERE `base_exp` = '0'; +UPDATE `account_data` SET `base_drop` = '100' WHERE `base_drop` = '0'; +UPDATE `account_data` SET `base_death` = '100' WHERE `base_death` = '0'; +INSERT INTO `sql_updates` (`timestamp`) VALUES (1384545461); \ No newline at end of file -- cgit v1.2.3-70-g09d2