mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 01:32:21 -04:00
5 lines
212 B
SQL
5 lines
212 B
SQL
CREATE TABLE `character_xp_rate` (
|
|
`guid` int(10) UNSIGNED NOT NULL,
|
|
`xp_rate` float UNSIGNED NOT NULL DEFAULT '1',
|
|
PRIMARY KEY (`guid`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player XP Rate System'; |