mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Players: Add playercreateinfo data for races 25 and 26 (Pandaren non-neutral)
This commit is contained in:
16
sql/updates/world/2015_01_11_02_world.sql
Normal file
16
sql/updates/world/2015_01_11_02_world.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
DELETE FROM `playercreateinfo` WHERE `race` IN (25, 26);
|
||||
INSERT INTO `playercreateinfo` (`race`, `class`, `map`, `zone`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
|
||||
(25, 1, 0, 1519, -8960.02, 516.10, 96.36, 0.67),
|
||||
(25, 3, 0, 1519, -8960.02, 516.10, 96.36, 0.67),
|
||||
(25, 4, 0, 1519, -8960.02, 516.10, 96.36, 0.67),
|
||||
(25, 5, 0, 1519, -8960.02, 516.10, 96.36, 0.67),
|
||||
(25, 7, 0, 1519, -8960.02, 516.10, 96.36, 0.67),
|
||||
(25, 8, 0, 1519, -8960.02, 516.10, 96.36, 0.67),
|
||||
(25, 10, 0, 1519, -8960.02, 516.10, 96.36, 0.67),
|
||||
(26, 1, 1, 14, 1357.62, -4373.55, 26.13, 0.67),
|
||||
(26, 3, 1, 14, 1357.62, -4373.55, 26.13, 0.67),
|
||||
(26, 4, 1, 14, 1357.62, -4373.55, 26.13, 0.67),
|
||||
(26, 5, 1, 14, 1357.62, -4373.55, 26.13, 0.67),
|
||||
(26, 7, 1, 14, 1357.62, -4373.55, 26.13, 0.67),
|
||||
(26, 8, 1, 14, 1357.62, -4373.55, 26.13, 0.67),
|
||||
(26, 10, 1, 14, 1357.62, -4373.55, 26.13, 0.67);
|
||||
Reference in New Issue
Block a user