Add treasure?

This commit is contained in:
2019-06-08 05:43:41 +10:00
parent b499380f17
commit d8a7dd4933
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ Patch
* Pull the balance numbers out into a config file. * Pull the balance numbers out into a config file.
* Ezekiel-powered discord role for kingdom battles players. * Ezekiel-powered discord role for kingdom battles players.
* Refactor callback-hell (yes, it is that bad). * Refactor callback-hell (yes, it is that bad).
* Treasure?
Potential And Confirmed Bugs Potential And Confirmed Bugs
--- ---
-1
View File
@@ -1,3 +1,2 @@
#NOTE: ALWAYS, ALWAYS, ALWAYS write a script in revert.sql that undoes these changes #NOTE: ALWAYS, ALWAYS, ALWAYS write a script in revert.sql that undoes these changes
ALTER TABLE diagnostics ADD COLUMN activity INTEGER DEFAULT NULL;