mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
DB/Player: Fix player orientation for dwarfs and orcs
closes #23235 by IIushka
This commit is contained in:
3
sql/updates/world/master/2019_06_16_00_world.sql
Normal file
3
sql/updates/world/master/2019_06_16_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user