fix(DB/Creature): make Webwood spiders and Githyiss the Vile neutral (#7633)
This commit is contained in:
@@ -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));
|
||||||
|
|
||||||
Reference in New Issue
Block a user