Update 2021_03_03_instance_safereturns.sql (#1636)

This commit is contained in:
JJ
2021-10-24 11:53:23 -04:00
committed by GitHub
parent 6a244f16e1
commit da01156673
@@ -10,4 +10,4 @@ CREATE TABLE `character_instance_safereturns` (
`safe_heading` float NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `character_id` (`character_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
) ENGINE=InnoDB DEFAULT CHARSET=latin1;