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:
UltraNix
2022-09-21 18:59:16 +02:00
committed by GitHub
parent 1ee21d20b0
commit 814a8695d5

View File

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