Attempt to fix wrong PvP flagging.
This commit is contained in:
1
trunk/dist/tools/sql/game/characters.sql
vendored
1
trunk/dist/tools/sql/game/characters.sql
vendored
@ -21,6 +21,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
||||
`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,
|
||||
`pvpkills` SMALLINT UNSIGNED DEFAULT NULL,
|
||||
`pkkills` SMALLINT UNSIGNED DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user