aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2023-06-28 19:01:14 +0200
committerGitHub <noreply@github.com>2023-06-28 19:01:14 +0200
commit815e158a3ec5f5e173376ff4273913990e9bce10 (patch)
treec9e2837e673232e3d84b969cefed1100e5862a15 /sql/updates
parentbe81ff713333225ffa6f1d4c2b608db8a8fffe26 (diff)
Core/Creatures: Implement CREATURE_STATIC_FLAG_4_IGNORE_LOS_WHEN_CASTING_ON_ME (#29029)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_06_28_01_world.sql26
1 files changed, 26 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_06_28_01_world.sql b/sql/updates/world/master/2023_06_28_01_world.sql
new file mode 100644
index 00000000000..73f1ef7e9b4
--- /dev/null
+++ b/sql/updates/world/master/2023_06_28_01_world.sql
@@ -0,0 +1,26 @@
+UPDATE `creature_template_difficulty` SET `StaticFlags4` = (`StaticFlags4` | 0x00002000) WHERE `entry` IN (
+36980, -- Ice Tomb
+46753, -- Al'Akir
+53819, -- Crystal Prison
+53889, -- Corrupted Blood
+53890, -- Hideous Amalgamation
+55695, -- Ice Tomb
+56126, -- Target Dummy
+56305, -- Ultraxion Gauntlet
+56341, -- Burning Tendons
+56575, -- Burning Tendons
+57281, -- Twilight Assaulter
+58115, -- Twilight Assaulter Smoke Screen
+58287, -- Cannon [Do Not Translate]
+58971, -- Webbed Victim
+60734, -- Golgoss
+60764, -- Arconiss
+65509, -- Sealed Plate
+67423, -- Shieldwall Peasant
+68866, -- Lion's Peasant
+70692, -- Luckydo
+70693, -- Luckydon't
+70735, -- Bad Luckydo
+71407, -- Amber
+72271 -- Bad Luckydo TEST
+);