diff options
author | shennetsind <ind@henn.et> | 2013-11-15 18:02:59 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-15 18:02:59 -0200 |
commit | 40262e063a7d503104667a4135c564d996bc49c6 (patch) | |
tree | 904a7f504b5550b23fa6835e088a41da7ebd8d64 /sql-files/main.sql | |
parent | e249264cb8370c2d3143197308e0d0dca69a71a9 (diff) | |
download | hercules-40262e063a7d503104667a4135c564d996bc49c6.tar.gz hercules-40262e063a7d503104667a4135c564d996bc49c6.tar.bz2 hercules-40262e063a7d503104667a4135c564d996bc49c6.tar.xz hercules-40262e063a7d503104667a4135c564d996bc49c6.zip |
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 <ind@henn.et>
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r-- | sql-files/main.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index 23170096f..cd50c10fa 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -668,6 +668,7 @@ INSERT INTO `sql_updates` (`timestamp`) VALUES (1383162785); INSERT INTO `sql_updates` (`timestamp`) VALUES (1383167577); INSERT INTO `sql_updates` (`timestamp`) VALUES (1383205740); INSERT INTO `sql_updates` (`timestamp`) VALUES (1383955424); +INSERT INTO `sql_updates` (`timestamp`) VALUES (1384545461); -- -- Table structure for table `sstatus` |