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-10-30--19-53.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql-files/upgrades/2013-10-30--19-53.sql') diff --git a/sql-files/upgrades/2013-10-30--19-53.sql b/sql-files/upgrades/2013-10-30--19-53.sql index 05481cff4..8bc63b1f1 100644 --- a/sql-files/upgrades/2013-10-30--19-53.sql +++ b/sql-files/upgrades/2013-10-30--19-53.sql @@ -1,5 +1,5 @@ #1383162785 -ALTER TABLE `account_data` ADD `base_exp` TINYINT( 4 ) UNSIGNED NOT NULL default '0'; -ALTER TABLE `account_data` ADD `base_drop` TINYINT( 4 ) UNSIGNED NOT NULL default '0'; -ALTER TABLE `account_data` ADD `base_death` TINYINT( 4 ) UNSIGNED NOT NULL default '0'; +ALTER TABLE `account_data` ADD `base_exp` TINYINT( 4 ) UNSIGNED NOT NULL default '100'; +ALTER TABLE `account_data` ADD `base_drop` TINYINT( 4 ) UNSIGNED NOT NULL default '100'; +ALTER TABLE `account_data` ADD `base_death` TINYINT( 4 ) UNSIGNED NOT NULL default '100'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1383162785); \ No newline at end of file -- cgit v1.2.3-70-g09d2