mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update quest_xp_table.sql
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
DROP TABLE IF EXISTS `custom_quest_xp`;
|
||||
CREATE TABLE IF NOT EXISTS `custom_quest_xp` (
|
||||
`entry` int(9) unsigned NOT NULL,
|
||||
`xpValue` int(9) unsigned NOT NULL,
|
||||
PRIMARY KEY (`entry`)
|
||||
`entry` int unsigned NOT NULL,
|
||||
`xpValue` int unsigned NOT NULL,
|
||||
PRIMARY KEY (`entry`)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user