fix(DB/Creature): Bael'dun Digsite mob flags fixed (#8069)
Issue: Mobs at Bael'dun Digsite were incorrectly flagging players for pvp. Faction now matches other ally friendly horde quest NPCs.
This commit is contained in:
parent
8c469d267a
commit
5e1ec6b08d
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632513740571144600');
|
||||
UPDATE `creature_template` SET `faction`=122 WHERE `entry` IN (2990, 2989);
|
||||
Loading…
Add table
Add a link
Reference in a new issue