DB/Creature: Warsong Battleguard - Part 2

Closes #18667
By Rushor
This commit is contained in:
Killyana
2016-12-30 15:04:26 +01:00
committed by Aokromes
parent 569b6cccac
commit 4478485c8c

View File

@@ -0,0 +1,9 @@
-- Warsong Battleguard
-- 2 more found
UPDATE `creature` SET `phaseMask` = 2 WHERE `guid` IN (110370,110378);
-- some must have individual addons
UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `guid` IN (110370,110378);
DELETE FROM `creature_addon` WHERE `guid` IN (110370,110378);
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
(110370, 0, 0, 7, 0, 0, "29266"),
(110378, 0, 0, 7, 0, 0, "29266");