diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-01-08 22:23:12 +0100 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-01-08 22:23:12 +0100 | 
| commit | 605e5f94c0d71cad8e83fa5a07eaec4e6bed9cc3 (patch) | |
| tree | 5cad677458a22ef0dd187fa86d1cd574282384dd /sql | |
| parent | eeb4407f077bf567361becdbe5083c2790f00313 (diff) | |
Core/Creatures: Moved autoattack handling from scripts to game
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_01_08_04_world.sql | 90 | 
1 files changed, 90 insertions, 0 deletions
| diff --git a/sql/updates/world/master/2024_01_08_04_world.sql b/sql/updates/world/master/2024_01_08_04_world.sql new file mode 100644 index 00000000000..05464e88a4e --- /dev/null +++ b/sql/updates/world/master/2024_01_08_04_world.sql @@ -0,0 +1,90 @@ +UPDATE `creature_template_difficulty` SET `StaticFlags1`=`StaticFlags1`|0x100000 WHERE `Entry` IN ( +15589, -- Eye of C'Thun +15727, -- C'Thun +16129, -- Shadow Fissure +16474, -- Blizzard +17096, -- Astral Flare +17907, -- Frost Wyrm +17990, -- Underbog Mushroom +18412, -- Cyclone (The Crone) +18729, -- Infernal Rain (Hellfire) +19427, -- Voidwalker Summoner +19781, -- Astral Flare +19782, -- Astral Flare +19783, -- Astral Flare +21364, -- Phoenix Egg +22950, -- High Nethermancer Zerevor +23417, -- Reliquary Combat Trigger +23426, -- The Illidari Council +25265, -- Demonic Vapor +25267, -- Demonic Vapor (Trail) +25502, -- Shield Orb +25603, -- Felfire Portal +25741, -- M'uru +25744, -- Dark Fiend +25855, -- Singularity +27629, -- Wyrmrest Defender +27692, -- Emerald Drake +27755, -- Amber Drake +27756, -- Ruby Drake +28926, -- Spark of Ionar +29271, -- Ethereal Sphere +30234, -- Hover Disk +30249, -- Scion of Eternity +30391, -- Healthy Mushroom +30435, -- Poisonous Mushroom +30616, -- Flame Tsunami +30641, -- Twilight Fissure +30882, -- Twilight Egg +31216, -- Mirror Image +32582, -- Ethereal Sphere +33052, -- Living Constellation +33090, -- Pool of Tar +33134, -- Sara +33139, -- Flame Leviathan Turret +33169, -- Icicle +33173, -- Snowpacked Icicle +33229, -- Melee Target +33243, -- Ranged Target +33272, -- Charge Target +33280, -- Voice of Yogg-Saron +33552, -- Yogg-Saron +33651, -- VX-001 +33670, -- Aerial Command Unit +33983, -- Constrictor Tentacle +33985, -- Corruptor Tentacle +33990, -- Laughing Skull +34441, -- Vivienne Blackwhisper +34444, -- Thrakgar +34445, -- Liandra Suncaller +34447, -- Caiphus the Stern +34449, -- Ginselle Blightslinger +34450, -- Harkzog +34451, -- Birana Stormhoof +34459, -- Erin Misthoof +34460, -- Kavina Grovesong +34465, -- Velanaa +34466, -- Anthar Forgemender +34468, -- Noozle Whizzlestick +34469, -- Melador Valestrider +34470, -- Saamul +34473, -- Brienna Nightfell +34474, -- Serissa Grimdabbler +34628, -- Concentrated Darkness +34630, -- Concentrated Light +34660, -- Anub'arak (Spike) +36549, -- Beasts Combat Stalker +36672, -- Coldflame +36855, -- Lady Deathwhisper +36968, -- Kor'kron Axethrower +36969, -- Skybreaker Rifleman +36978, -- Skybreaker Mortar Soldier +36980, -- Ice Tomb +36982, -- Kor'kron Rocketeer +37116, -- Skybreaker Sorcerer +37117, -- Kor'kron Battle-Mage +38008, -- Blood Orb Controller +38332, -- Ball of Flame +38451, -- Ball of Inferno Flame +38454 -- Kinetic Bomb +); | 
