DB: Fix Initial starting position for undeads and night elves

Closes  #21679
For 3.3.5 only
This commit is contained in:
Daribon
2018-03-23 16:39:16 +01:00
committed by Killyana
parent 3420b8d5c4
commit 74365e14e6

View File

@@ -0,0 +1,4 @@
-- Fix spawn location for undead
UPDATE `playercreateinfo` SET `position_x` = 1676.349976, `position_y` = 1677.449951, `position_z` = 121.669998, `orientation` = 2.705260 WHERE `race` = 5 AND `zone`=85;
-- Fix spawn location for night elf
UPDATE `playercreateinfo` SET `position_x` = 10311.299805, `position_y` = 831.463013, `position_z` = 1326.410034, `orientation` = 5.480334 WHERE `race` = 4 AND `zone`=141;