DB/Player: Fix player orientation for dwarfs and orcs

closes #23235  by IIushka
This commit is contained in:
Aokromes
2019-06-16 12:14:09 +02:00
committed by GitHub
parent 21674a60f0
commit 8b4db3b7c5

View File

@@ -0,0 +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;