fix(DB/Creature): make Webwood spiders and Githyiss the Vile neutral (#7633)

This commit is contained in:
Asthalor
2021-09-01 15:46:47 +02:00
committed by GitHub
parent febdb59251
commit 460d9321ca

View File

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