summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-11-15--19-57.sql
blob: d4d8ec501e26866c8a4288f46644e0a5f376e9ac (plain) (blame)
1
2
3
4
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);