mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB: Fix Initial starting position for undeads and night elves
Closes #21679 For 3.3.5 only
This commit is contained in:
4
sql/updates/world/3.3.5/2018_03_23_00_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2018_03_23_00_world_335.sql
Normal 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;
|
||||
Reference in New Issue
Block a user