DB Updates

This commit is contained in:
hondacrx
2024-01-30 10:51:53 -05:00
parent 445adfd4a2
commit b4ce91f3cd
19 changed files with 1233 additions and 5 deletions
@@ -0,0 +1,3 @@
ALTER TABLE `character_stats`
ADD `mastery` float NOT NULL DEFAULT '0' AFTER `resilience`,
ADD `versatility` int NOT NULL DEFAULT '0' AFTER `mastery`;