diff options
author | offl <offl@users.noreply.github.com> | 2020-06-14 17:34:03 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 21:29:56 +0100 |
commit | 49e43389b7b2069906f6dbeaf787d316eaeaa100 (patch) | |
tree | c1dc3adeca0900079d8a6b2c8f1b1643369e6d81 | |
parent | eebb463096d8a51f54e9d7fd947aaee32417a1f4 (diff) |
DB/Creature: Update Demon Portal & Demon Portal (Zuluhed)
Closes #24727
(cherry picked from commit 7b11610fb7f4e54bb1a54b15d9ff2ac2c648b2c7)
-rw-r--r-- | sql/updates/world/master/2022_01_06_39_world_2020_06_14_02_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_39_world_2020_06_14_02_world.sql b/sql/updates/world/master/2022_01_06_39_world_2020_06_14_02_world.sql new file mode 100644 index 00000000000..5e97746f2a8 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_39_world_2020_06_14_02_world.sql @@ -0,0 +1,13 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2 WHERE `entry` = 14081; +UPDATE `creature_template` SET `unit_flags` = 33555200, `AIName` = "" WHERE `entry` = 22336; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 22336 AND `source_type` = 0; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 2233600 AND `source_type` = 9; +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (14081,22336); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) VALUES +(14081,1,1,0,1,0,0), +(22336,1,1,0,1,0,0); +DELETE FROM `creature_template_addon` WHERE `entry` IN (14081,22336); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(14081,"22391"), +(22336,"38878"); |