mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Creatures): Arathi Basin Rare Critters: (#12882)
The critters should not be attackable. Lady and Cleo should spawn under Alliance control. Spike and Underfoot should spawn under Horde control. Fixes #11995
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `phaseMask`=16 WHERE `guid` IN (246011,246009);
|
||||
UPDATE `creature` SET `phaseMask`=8 WHERE `guid` IN (246036,246098);
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|770 WHERE `entry` IN (15072,15065,15066,15071);
|
||||
Reference in New Issue
Block a user