diff options
author | Killyana <morphone1@gmail.com> | 2019-05-11 20:04:39 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 15:18:31 +0100 |
commit | 03f241ec2e7782fab3e8dc33e2505fa1cff820f2 (patch) | |
tree | b6f6d94106b10b5686cd5732c093ebc81ffa8148 | |
parent | 40ec90e1f5b81f4bb2548ca0e49d13a59ad773bb (diff) |
DB/Creature: Cosmetic fixes for Shadow Labyrinth
(cherry picked from commit 79176376a75fc0e8f4d13c87b4db524a22c50820)
-rw-r--r-- | sql/updates/world/master/2021_12_05_15_world_2019_05_11_09_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_15_world_2019_05_11_09_world.sql b/sql/updates/world/master/2021_12_05_15_world_2019_05_11_09_world.sql new file mode 100644 index 00000000000..f6e755cc855 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_15_world_2019_05_11_09_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature` SET `id`=18663, `curhealth`=0, `curmana`=0 WHERE `guid`=66904 AND `id`=18641; +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `guid` IN (66868, 66806); +UPDATE `smart_scripts` SET `event_type`=16, `event_flags`=6, `event_param1`=33482, `event_param2`=15, `event_param3`=8000, `event_param4`=12000, `action_param2`=0, `target_type`=7,`target_param1`=0, `comment`="Cabal Acolyte - On Friendly missing aura - Cast 'Shadow Defense'" WHERE `entryorguid` IN(18633) AND `source_type`=0 AND `id`=0; |