diff options
author | offl <offl@users.noreply.github.com> | 2021-10-12 18:07:53 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-20 00:15:58 +0100 |
commit | d2b8d7dce68049e398980c9fd79efae66a293593 (patch) | |
tree | 7530d475ce21f3cc0c1a2f1a8f1c512564877973 | |
parent | 29190e56428afa8d5acd2cf6ca3d712c2558899d (diff) |
DB/Creature: Fix positions of Captured Crusader
Closes #27044
(cherry picked from commit 51eb49fc2f233bafe4215699ca30a8a056dd641a)
-rw-r--r-- | sql/updates/world/master/2022_03_19_12_world_2021_10_12_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_19_12_world_2021_10_12_00_world.sql b/sql/updates/world/master/2022_03_19_12_world_2021_10_12_00_world.sql new file mode 100644 index 00000000000..cfcc373da89 --- /dev/null +++ b/sql/updates/world/master/2022_03_19_12_world_2021_10_12_00_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature` SET `position_x` = 6561.05 WHERE `guid` = 137720 AND `id` = 30407; +UPDATE `creature` SET `position_x` = 6580.62, `position_y` = 599.204, `position_z` = 419.185, `orientation` = 0.523599 WHERE `guid` = 137723 AND `id` = 30407; +UPDATE `creature` SET `position_x` = 6596.29, `position_y` = 636.413, `position_z` = 407.354, `orientation` = 4.50295 WHERE `guid` = 137721 AND `id` = 30407; +UPDATE `creature` SET `position_y` = 654.944 WHERE `guid` = 137722 AND `id` = 30407; + +DELETE FROM `creature` WHERE `guid` = 83065 AND `id` = 30407; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(83065,30407,571,0,0,'0',170,0,0,6599.8,569.418,401.956,4.43314,300,0,0,1,0,0,0,0,0,'',0); |