diff options
| author | AriDEV <aridev666@gmail.com> | 2015-01-11 19:43:06 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2015-01-11 19:43:06 +0000 |
| commit | 6cfa0e6d85d1225762a2faa7a710ce39b8bd3459 (patch) | |
| tree | 75640d8aa431381b568b8ad0779a686934a32629 | |
| parent | a7b49225283aedd828b42cefb5e113b260003d27 (diff) | |
DB/Players: Add `playercreateinfo` data for races 25 and 26 (Pandaren non-neutral)
| -rw-r--r-- | sql/updates/world/2015_01_11_02_world.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_11_02_world.sql b/sql/updates/world/2015_01_11_02_world.sql new file mode 100644 index 00000000000..6f99ca4cc6a --- /dev/null +++ b/sql/updates/world/2015_01_11_02_world.sql @@ -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); |
