kor is a butt (#27883)

This commit is contained in:
Kyle Spier-Swenson
2017-05-30 16:53:02 -07:00
committed by duncathan salt
parent 86346b9bf5
commit 60bd733103

View File

@@ -1,3 +1,11 @@
30 May 2017, by MrStonedOne
Z levels changed, this query allows you to convert old ss13 death records:
UPDATE death SET coord = CONCAT(SUBSTRING_INDEX(coord, ',', 2), ', ', CASE TRIM(SUBSTRING_INDEX(coord, ',', -1)) WHEN 1 THEN 2 WHEN 2 THEN 1 ELSE TRIMSUBSTRING_INDEX(coord, ',', -1) END)
---------------------------------------------------
26 May 2017, by Jordie0608
Modified table 'ban', adding the column 'round_id'.