From 460d9321cac6c820fe49975b1da03facc4d6e188 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:46:47 +0200 Subject: [PATCH] fix(DB/Creature): make Webwood spiders and Githyiss the Vile neutral (#7633) --- .../sql/updates/pending_db_world/rev_1630318500363217970.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1630318500363217970.sql diff --git a/data/sql/updates/pending_db_world/rev_1630318500363217970.sql b/data/sql/updates/pending_db_world/rev_1630318500363217970.sql new file mode 100644 index 000000000..12dd94135 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1630318500363217970.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630318500363217970'); + +-- Set Webwood spiders(1986) and Githyiss the Vile(1994) neutral to the player instead of aggresive +UPDATE `creature_template` SET `faction` = 7 WHERE (`entry` IN (1986, 1994)); +