mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 10:36:09 +01:00
Correct mobs_killed MySQL data type, fixes #1820
This commit is contained in:
parent
69e1a1f2a5
commit
d11d1a5146
@ -180,7 +180,7 @@ public class SqlStorage implements StorageImplementation {
|
||||
+ "`items_delivered` VARCHAR(100) NULL,"
|
||||
+ "`npcs_interacted` VARCHAR(100) NULL,"
|
||||
+ "`npcs_killed` VARCHAR(100) NULL,"
|
||||
+ "`mobs_killed` INT NULL,"
|
||||
+ "`mobs_killed` VARCHAR(100) NULL,"
|
||||
+ "`mobs_tamed` INT NULL,"
|
||||
+ "`fish_caught` INT NULL,"
|
||||
+ "`cows_milked` INT NULL,"
|
||||
|
Loading…
Reference in New Issue
Block a user