diff options
author | Killyana <morphone1@gmail.com> | 2019-04-14 18:54:13 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-30 20:32:10 +0100 |
commit | d73bfb496d51fdf6feb97d721bed2ec002fe8eec (patch) | |
tree | cbb207072816253c27ef4637ad5dce3ff2e4337d | |
parent | b1e26fbefd28997e91845e29a595ecc67134fab8 (diff) |
DB/Creature: Garel Redrock & Gurky
(cherry picked from commit 5fb5ca94f71e7136f7bb60a1e08477f83dfe08a0)
-rw-r--r-- | sql/updates/world/master/2021_11_30_01_world_2019_04_14_02_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_30_01_world_2019_04_14_02_world_335.sql b/sql/updates/world/master/2021_11_30_01_world_2019_04_14_02_world_335.sql new file mode 100644 index 00000000000..dc40f999383 --- /dev/null +++ b/sql/updates/world/master/2021_11_30_01_world_2019_04_14_02_world_335.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (62786,62787); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(62786, 16070, 0, '0', 0, 0, 0, -4641.5908203125, -1106.9654541015625, 501.388641357421875, 1.117010712623596191, 300, 0, 0, 0, 0, 0), +(62787, 16069, 0, '0', 0, 0, 0, -4643.2109375, -1105.5833740234375, 501.389617919921875, 0.820304751396179199, 300, 0, 0, 0, 0, 0); +UPDATE `creature` SET `guid`=1792,`position_x`=-4638.04931640625,`position_y`=-1108.7071533203125,`position_z`=501.31317138671875,`orientation`=0.820304751396179199 WHERE `guid`=307572; |