Autohiss QoL (#10377)

This commit is contained in:
Geeves
2020-10-31 15:59:33 +02:00
committed by GitHub
parent aa10a6bbe6
commit 78c5778342
9 changed files with 46 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
---
--- Puts autohiss in character setup
---
ALTER TABLE `ss13_characters`
ADD COLUMN `autohiss` TINYINT NOT NULL DEFAULT 0 AFTER `accent`;