mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
kor is a butt (#27883)
This commit is contained in:
committed by
duncathan salt
parent
86346b9bf5
commit
60bd733103
@@ -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'.
|
||||
|
||||
Reference in New Issue
Block a user