mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
This commit is contained in:
7
sql/updates/world/4.3.4/2018_06_26_11_world.sql
Normal file
7
sql/updates/world/4.3.4/2018_06_26_11_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 77495;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
|
||||
(77495, 0, 7, 0x00000020 | 0x00000040 , 0x02000000 | 0x00000002, 0x0, 0x00004000, 2, 1, 0, 32, 0, 100, 0, 0);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dru_harmony';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(77495,'spell_dru_harmony');
|
||||
29
sql/updates/world/4.3.4/2018_06_27_00_world.sql
Normal file
29
sql/updates/world/4.3.4/2018_06_27_00_world.sql
Normal file
@@ -0,0 +1,29 @@
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (314196, 314193, 314185, 314169, 314147, 314150, 314154, 307660, 307668, 307669, 307675, 307676, 307670, 311815, 311816, 311814, 311818, 311817, 311839, 312152, 312158, 312161, 312164);
|
||||
INSERT INTO `creature_addon` (`guid`, `Auras`) VALUES
|
||||
-- Stormwind
|
||||
(314196, '61574 98892'),
|
||||
(314193, '61574 98892'),
|
||||
(314185, '61574 98892'),
|
||||
(314169, '61574 98892'),
|
||||
(314147, '61574 98892'),
|
||||
(314150, '61574 98892'),
|
||||
(314154, '61574 98892'),
|
||||
-- Ironforge
|
||||
(307660, '61574 98892'),
|
||||
(307668, '61574 98892'),
|
||||
(307669, '61574 98892'),
|
||||
(307675, '61574 98892'),
|
||||
(307676, '61574 98892'),
|
||||
(307670, '61574 98892'),
|
||||
-- Darnassus
|
||||
(311815, '61574 98892'),
|
||||
(311816, '61574 98892'),
|
||||
(311814, '61574 98892'),
|
||||
(311818, '61574 98892'),
|
||||
(311817, '61574 98892'),
|
||||
(311839, '61574 98892'),
|
||||
(312152, '61574 98892'),
|
||||
(312158, '61574 98892'),
|
||||
(312161, '61574 98892'),
|
||||
(312164, '61574 98892');
|
||||
4
sql/updates/world/4.3.4/2018_06_27_01_world.sql
Normal file
4
sql/updates/world/4.3.4/2018_06_27_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- The Stonecore normal donjon portal
|
||||
DELETE FROM `gameobject` WHERE `guid`=200868;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseUseFlags`, `phaseMask`, `PhaseId`, `PhaseGroup`, `terrainSwapMap`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(200868, 207897, 646, 5042, 5303, 1, 0, 1, 169, 0, -1, 1029.14, 618.686, 155.706, 1.77533, 0, 0, 0.775599, 0.631225, 120, 255, 1, "", 26365);
|
||||
Reference in New Issue
Block a user