From b954fd23c1ee8ba800af653b8eca7e7eef84ec49 Mon Sep 17 00:00:00 2001 From: username9617 Date: Sat, 22 Mar 2025 19:32:53 +0100 Subject: DB/Durotar: Added feign death aura to Drowned KulTiras creatures Closes #30769 --- sql/updates/world/master/2025_03_22_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2025_03_22_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_03_22_00_world.sql b/sql/updates/world/master/2025_03_22_00_world.sql new file mode 100644 index 00000000000..b74a24427b5 --- /dev/null +++ b/sql/updates/world/master/2025_03_22_00_world.sql @@ -0,0 +1,9 @@ +-- Creature Template +DELETE FROM `creature_template_addon` WHERE `entry` IN (37912 /*37912 (Drowned Kul Tiras Marine) - Permanent Feign Death*/, 37911 /*37911 (Drowned Kul Tiras Sailor) - Permanent Feign Death*/); +INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(37912, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '29266'), -- 37912 (Drowned Kul Tiras Marine) - Permanent Feign Death +(37911, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '29266'); -- 37911 (Drowned Kul Tiras Sailor) - Permanent Feign Death + +-- Difficulty +UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10000100, `VerifiedBuild`=59679 WHERE (`Entry`=37912 AND `DifficultyID`=0); -- 37912 (Drowned Kul Tiras Marine) - Sessile, CanSwim +UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10000100, `VerifiedBuild`=59679 WHERE (`Entry`=37911 AND `DifficultyID`=0); -- 37911 (Drowned Kul Tiras Sailor) - Sessile, CanSwim -- cgit v1.2.3