mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
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