mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
9
sql/updates/world/3.3.5/2016_12_30_06_world.sql
Normal file
9
sql/updates/world/3.3.5/2016_12_30_06_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user