This commit is contained in:
sevi
2018-06-29 15:15:52 +02:00
5 changed files with 87 additions and 22 deletions

View 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');

View 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');

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