From 9e3786e4c38c31877839691054d119565eda15bd Mon Sep 17 00:00:00 2001 From: killerwife Date: Mon, 9 Oct 2023 21:45:47 +0200 Subject: [PATCH] [4494] Fix unitflags for t05 qline ring of justice spawns --- Updates/4494_the_newest_update_brd_suckit.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Updates/4494_the_newest_update_brd_suckit.sql diff --git a/Updates/4494_the_newest_update_brd_suckit.sql b/Updates/4494_the_newest_update_brd_suckit.sql new file mode 100644 index 000000000..4abf78806 --- /dev/null +++ b/Updates/4494_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); + +