mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Durotar: Added feign death aura to Drowned KulTiras creatures
Closes #30769
This commit is contained in:
9
sql/updates/world/master/2025_03_22_00_world.sql
Normal file
9
sql/updates/world/master/2025_03_22_00_world.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user