From 5b51a76848b86fcab2d9c59101ba2bcd03cd6fe6 Mon Sep 17 00:00:00 2001 From: mik1893 Date: Mon, 1 Aug 2016 16:26:14 +0100 Subject: [PATCH] Core/ToC5: Fix faction issues on champion bosses --- data/sql/updates/world/2016_08_01_00.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/world/2016_08_01_00.sql diff --git a/data/sql/updates/world/2016_08_01_00.sql b/data/sql/updates/world/2016_08_01_00.sql new file mode 100644 index 000000000..75d1ddca7 --- /dev/null +++ b/data/sql/updates/world/2016_08_01_00.sql @@ -0,0 +1,3 @@ +UPDATE creature_template SET faction = 14 WHERE faction != 35 and entry in ( +35572,35569,35571,35570,35617,34705,34702,34701,34657,34703,35329,35328,35331,35330, +35332,35314,35326,35325,35323,35327,35119,35518,34928,35517,35309,35305,35307,35451,35004,35005,35545,35564,33628); \ No newline at end of file