Reputation system rework.
TODO: Add more proper formulas.
This commit is contained in:
@ -21,7 +21,6 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
||||
`exp` BIGINT UNSIGNED DEFAULT 0,
|
||||
`expBeforeDeath` BIGINT UNSIGNED DEFAULT 0,
|
||||
`sp` BIGINT(10) UNSIGNED NOT NULL DEFAULT 0,
|
||||
`karma` INT UNSIGNED DEFAULT NULL,
|
||||
`reputation` INT UNSIGNED DEFAULT 0,
|
||||
`fame` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`raidpoints` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
|
Reference in New Issue
Block a user