diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2019-06-16 14:59:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 14:59:40 +0200 |
commit | 04a247f40eef4d6947ae39038017fdedb9cb7083 (patch) | |
tree | 6fdb05b2a233c482feb100909a64955b6e909905 | |
parent | 8b4db3b7c55589c45436ef2f3011daaa30fcb8a7 (diff) |
DB/Player: Typo fix
i hate different decimal separators
-rw-r--r-- | sql/updates/world/master/2019_06_16_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2019_06_16_00_world.sql b/sql/updates/world/master/2019_06_16_00_world.sql index feee3902b74..142b5c13eed 100644 --- a/sql/updates/world/master/2019_06_16_00_world.sql +++ b/sql/updates/world/master/2019_06_16_00_world.sql @@ -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; |