From 40ecf15ce40a3865d27187c5724604f8a2f552b1 Mon Sep 17 00:00:00 2001 From: killerwife Date: Mon, 9 Oct 2023 21:47:32 +0200 Subject: [PATCH] CDB: 4494 - Fix unitflags for t05 qline ring of justice spawns --- Updates/0230_the_newest_update_brd_suckit.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Updates/0230_the_newest_update_brd_suckit.sql diff --git a/Updates/0230_the_newest_update_brd_suckit.sql b/Updates/0230_the_newest_update_brd_suckit.sql new file mode 100644 index 000000000..15f814a8e --- /dev/null +++ b/Updates/0230_the_newest_update_brd_suckit.sql @@ -0,0 +1,3 @@ +UPDATE creature_template SET UnitFlags=0 WHERE entry IN(16059,16058,16051,16053,16049,16050,16055,16054,16095); +-- CDB 4494 +