aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-11-05 20:13:27 +0100
committerfunjoker <funjoker109@gmail.com>2021-01-29 19:23:53 +0100
commit9c15b1f32cad54d68df070e0e60e23167269fd08 (patch)
tree4b7d4d46bdc725375a85238fe9a86e438c31b36c
parent502f77fe8cb082843f7eb385159dd5038a059443 (diff)
DB/Creature: Fix some Bloodmoon Cultist spawns
(cherry picked from commit 3f545866f7d266e86ff04a5c1aab4ac1e5cf0c25)
-rw-r--r--sql/updates/world/master/2021_01_25_02_world_2017_11_05_00_world .sql20
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_25_02_world_2017_11_05_00_world .sql b/sql/updates/world/master/2021_01_25_02_world_2017_11_05_00_world .sql
new file mode 100644
index 00000000000..41eb58da266
--- /dev/null
+++ b/sql/updates/world/master/2021_01_25_02_world_2017_11_05_00_world .sql
@@ -0,0 +1,20 @@
+--
+UPDATE `creature` SET `position_x`=4596.64, `position_y`=-5691.18, `position_z`=183.133, `orientation`=4.63763 WHERE `guid`= 109382;
+UPDATE `creature` SET `position_x`=4608.88, `position_y`=-5706.52, `position_z`=183.029, `orientation`=3.25691 WHERE `guid`= 109383;
+UPDATE `creature` SET `position_x`=4585.63, `position_y`=-5700.52, `position_z`=155.355, `orientation`=4.26387 WHERE `guid`= 109384;
+UPDATE `creature` SET `position_x`=4606.12, `position_y`=-5697.23, `position_z`=183.111, `orientation`=3.92763 WHERE `guid`= 109390;
+UPDATE `creature` SET `position_x`=4588.61, `position_y`=-5683.01, `position_z`=126.053, `orientation`=5.82758 WHERE `guid`= 109403;
+UPDATE `creature` SET `position_x`=4599.43, `position_y`=-5707.74, `position_z`=155.169, `orientation`=4.38449 WHERE `guid`= 109405;
+UPDATE `creature` SET `position_x`=4589.81, `position_y`=-5703.59, `position_z`=184.507, `orientation`=4.61573 WHERE `guid`= 109406;
+UPDATE `creature` SET `position_x`=4597.47, `position_y`=-5697.71, `position_z`=184.591, `orientation`=4.31096 WHERE `guid`= 109407;
+UPDATE `creature` SET `position_x`=4623.16, `position_y`=-5699.11, `position_z`=144.509, `orientation`=0.99815 WHERE `guid`= 109408;
+UPDATE `creature` SET `position_x`=4598.15, `position_y`=-5705.81, `position_z`=184.591, `orientation`=4.10152 WHERE `guid`= 109409;
+
+DELETE FROM `creature_addon` WHERE `guid` IN (109382, 109383, 109384, 109390, 109403, 109405, 109406, 109407, 109408, 109409);
+INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) values
+(109382,0,0,8,0,0,""),
+(109383,0,0,8,0,0,""),
+(109390,0,0,8,0,0,""),
+(109406,0,0,8,0,0,""),
+(109407,0,0,8,0,0,""),
+(109409,0,0,8,0,0,"");