From c3fd64715e2a4bf07b6996136fcc3c85070557e4 Mon Sep 17 00:00:00 2001 From: killerwife Date: Fri, 27 Dec 2024 11:34:33 +0100 Subject: [PATCH] Add no crushing blows --- Updates/0525_no_crushing_blows.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Updates/0525_no_crushing_blows.sql diff --git a/Updates/0525_no_crushing_blows.sql b/Updates/0525_no_crushing_blows.sql new file mode 100644 index 000000000..2deda3884 --- /dev/null +++ b/Updates/0525_no_crushing_blows.sql @@ -0,0 +1,4 @@ +UPDATE creature_template SET StaticFlags2=StaticFlags2|0x00000010 WHERE entry IN(16011,16028); -- loatheb and patchwerk +UPDATE creature_template SET StaticFlags2=StaticFlags2|0x00000010 WHERE entry IN(15689,22950,24891,22997,24892); -- netherspite, kalec and High Nethermancer Zerevor +UPDATE creature_template SET StaticFlags2=StaticFlags2|0x00000010 WHERE entry IN(21362,24674); +