summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-10-30--19-53.sql
blob: 6e89015e95ad4e73f9c668efbbf7b63ed78849cc (plain) (blame)
1
2
3
4
5
#1383162785
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);