diff options
author | Killyana <morphone1@gmail.com> | 2018-03-08 20:48:34 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-08-24 00:03:20 +0200 |
commit | 63e3638dea66a25004d1dbb78af8e3d20d9d39cd (patch) | |
tree | cdace59440548e11043c1b1f80b82d5bfba4a410 | |
parent | 8a607c5e4cf297e61b97d1daa762fcb11446cb40 (diff) |
DB/Condition: Altar of Shadows Beam
And fix Ancient Shadowmoon Spirit position
(cherry picked from commit 7f098196a1cee0d60956ba965db211646ab1579f)
-rw-r--r-- | sql/updates/world/master/2021_08_23_10_world_2018_03_08_07_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_08_23_10_world_2018_03_08_07_world.sql b/sql/updates/world/master/2021_08_23_10_world_2018_03_08_07_world.sql new file mode 100644 index 00000000000..ce67a8f1940 --- /dev/null +++ b/sql/updates/world/master/2021_08_23_10_world_2018_03_08_07_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=22395 WHERE `SourceEntry` IN (39124) AND `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1; +UPDATE `creature` SET `position_x`=-4543.57177, `position_y`=1022.8920, `position_z`=9.817793, `orientation`=3.930219 WHERE `id`=21797; |