DB/Player: Typo fix

i hate different decimal separators
This commit is contained in:
Aokromes
2019-06-16 14:59:40 +02:00
committed by GitHub
parent 8b4db3b7c5
commit 04a247f40e

View File

@@ -1,3 +1,3 @@
--
UPDATE `playercreateinfo` SET `orientation`= 0 WHERE `race`= 2 AND `map`=0;
UPDATE `playercreateinfo` SET `orientation`= 0,377780 WHERE `race` = 3 AND `map`=1;
UPDATE `playercreateinfo` SET `orientation`= 0.377780 WHERE `race` = 3 AND `map`=1;