diff options
author | Killyana <morphone1@gmail.com> | 2019-07-23 16:11:28 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 20:02:33 +0100 |
commit | 2d462319e0087454c950742cdb0377e9becfa9d4 (patch) | |
tree | 59c19c0c38cc09884e333e5daf37796b588f6b48 | |
parent | e8b3dda4a0cbbea0236ec607265fe80236c17a74 (diff) |
DB/Creature: Sunblade Keeper
(cherry picked from commit 54db9ca2579d42cd48f0db620c4aa5d082c87a74)
-rw-r--r-- | sql/updates/world/master/2021_12_17_01_world_2019_07_23_00_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_01_world_2019_07_23_00_world.sql b/sql/updates/world/master/2021_12_17_01_world_2019_07_23_00_world.sql new file mode 100644 index 00000000000..dc39d596833 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_01_world_2019_07_23_00_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `creature` WHERE `guid`=111426 AND `id`=24762; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(111426, 24762,585,'1,2',0,1,231.641968, -183.911377, -9.484764, 1.539382,86400,0,2); + +DELETE FROM `creature_addon` WHERE `guid` IN (111426); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(111426,1114260,0,1,""); + +DELETE FROM `waypoint_data` WHERE `id` IN (1114260); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action_chance`) VALUES +(1114260,1,231.641968, -183.911377, -9.484764, 1.539382,0,0,100), +(1114260,2,231.618057, -168.050690, -9.459627, 1.600643,0,0,100), +(1114260,3,231.730774, -137.755692, -9.459627, 1.577081,0,0,100), +(1114260,4,231.524628, -115.706757, -9.438408, 1.569227,0,0,100), +(1114260,5,231.730774, -137.755692, -9.459627, 4.717081,0,0,100), +(1114260,6,231.618057, -168.050690, -9.459627, 4.700643,0,0,100), +(1114260,7,231.641968, -183.911377, -9.484764, 4.739382,0,0,100); |