diff options
| author | Killyana <morphone1@gmail.com> | 2016-12-30 15:04:26 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-12-30 15:04:26 +0100 |
| commit | 7362b5b7142a183306a35df6c77f147b866ba139 (patch) | |
| tree | e610ec12e009d390fa61e397f1781880d126039f | |
| parent | cac8e59bead287bd335bd83515b7d3030b4f76cf (diff) | |
DB/Creature: Warsong Battleguard - Part 2
Closes #18667
By Rushor
| -rw-r--r-- | sql/updates/world/3.3.5/2016_12_30_06_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_30_06_world.sql b/sql/updates/world/3.3.5/2016_12_30_06_world.sql new file mode 100644 index 00000000000..7d8d7c3d648 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_30_06_world.sql @@ -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"); |
