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)); +