-Reworked Raid Points system (ranking system deleted in Valiance update).
-Raidpoints moved to characters.sql -Fixed calls to unexistent skill levels. Contributed by NviX.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_raid_points` (
|
||||
`charId` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`boss_id` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`points` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`charId`,`boss_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
1
trunk/dist/tools/sql/game/characters.sql
vendored
1
trunk/dist/tools/sql/game/characters.sql
vendored
@@ -23,6 +23,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
||||
`karma` INT UNSIGNED DEFAULT NULL,
|
||||
`reputation` INT UNSIGNED DEFAULT 0,
|
||||
`fame` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`raidpoints` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`pvpkills` SMALLINT UNSIGNED DEFAULT NULL,
|
||||
`pkkills` SMALLINT UNSIGNED DEFAULT NULL,
|
||||
`clanid` INT UNSIGNED DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user