aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2015_01_11_02_world.sql16
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);