- [All] Finished API call for spells and various bug fixes

This commit is contained in:
Alexis
2020-04-01 19:01:03 +02:00
parent 27a1113bd2
commit 37f4913d3e
9 changed files with 263 additions and 53 deletions

View File

@@ -12,6 +12,7 @@ CREATE TABLE IF NOT EXISTS `spell` (
`level` INT UNSIGNED,
`charge` INT UNSIGNED,
`cost` VARCHAR(255),
`is_ritual` BOOLEAN,
PRIMARY KEY (`id`)
);