Skip to content

Commit e85cc0d

Browse files
authored
Merge branch 'azerothcore:master' into master
2 parents 6330659 + e6aae1e commit e85cc0d

22 files changed

+1448
-61
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-- DB update 2026_02_25_05 -> 2026_02_25_06
2+
-- Update gameobject 'Serpentshrine Console' with sniffed values
3+
-- new spawns
4+
DELETE FROM `gameobject` WHERE (`id` IN (185115, 185117, 185118)) AND (`guid` IN (191, 192, 193));
5+
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES
6+
(191, 185115, 548, 0, 0, 1, 1, 373.139404296875, -465.10626220703125, 30.71641731262207031, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 7200, 255, 0, "", 49345, NULL),
7+
(192, 185117, 548, 0, 0, 1, 1, -245.729354858398437, -381.39300537109375, -0.18703900277614593, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 7200, 255, 0, "", 49345, NULL),
8+
(193, 185118, 548, 0, 0, 1, 1, 123.2582168579101562, -432.356719970703125, -1.19655394554138183, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 7200, 255, 0, "", 49345, NULL);
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
-- DB update 2026_02_25_06 -> 2026_02_25_07
2+
-- Remove erroneous reference from disenchant entry 67 that causes double Void Crystal drops
3+
-- Entry 67 already guarantees 1 Void Crystal (GroupId=0, 100% chance)
4+
-- The reference to table 44012 (GroupId=1, 67% chance) added a second Void Crystal
5+
DELETE FROM `disenchant_loot_template` WHERE `Entry` = 67 AND `Item` = 44012;
6+
DELETE FROM `reference_loot_template` WHERE (`Entry` = 44012);
7+
8+
DELETE FROM `reference_loot_template` WHERE (`Entry` = 34097);
9+
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
10+
(34097, 29765, 0, 0, 0, 1, 1, 1, 1, 'Leggings of the Fallen Hero'),
11+
(34097, 29766, 0, 0, 0, 1, 1, 1, 1, 'Leggings of the Fallen Champion'),
12+
(34097, 29767, 0, 0, 0, 1, 1, 1, 1, 'Leggings of the Fallen Defender');
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- DB update 2026_02_25_07 -> 2026_02_25_08
2+
-- Remove stale spell_script_names entry for spell_sha_t8_electrified.
3+
DELETE FROM `spell_script_names` WHERE `spell_id` = 64928 AND `ScriptName` = 'spell_sha_t8_electrified';
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- DB update 2026_02_25_08 -> 2026_02_25_09
2+
-- Focused Attacks should not proc from offhand attacks (including Fan of Knives offhand)
3+
DELETE FROM `spell_script_names` WHERE `spell_id` = -51634 AND `ScriptName` = 'spell_gen_no_offhand_proc';
4+
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
5+
(-51634, 'spell_gen_no_offhand_proc');

data/sql/updates/db_world/2026_02_25_10.sql

Lines changed: 266 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- DB update 2026_02_25_10 -> 2026_02_25_11
2+
--
3+
UPDATE `gameobject_template_addon` SET `flags` = 16 WHERE (`entry` IN (185115, 185117, 185118));
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
-- DB update 2026_02_25_11 -> 2026_02_25_12
2+
--
3+
DELETE FROM `spell_proc` WHERE `SpellId` IN (21747,24256,27997,28460,33511,33522,38319,40303,43730,43983,45396,45398,45444,55717);
4+
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
5+
(21747, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 50000, 0), -- Lawbringer
6+
(24256, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 240000, 0), -- Primal Blessing Trigger DND
7+
(27997, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 50000, 0), -- Spellsurge Trigger
8+
(28460, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 5000, 0), -- Wail of Souls
9+
(33511, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 17000, 0), -- Mana Restore
10+
(33522, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 25000, 0), -- Mana Restore 2
11+
(38319, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 50000, 0), -- Forgotten Knowledge
12+
(40303, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1000, 0), -- Spell Bomb
13+
(43730, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 8000, 0), -- Stormchops
14+
(43983, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 500, 0), -- Energy Storm
15+
(45396, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 45000, 0), -- Blessed Weapon Coating
16+
(45398, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 45000, 0), -- Righteous Weapon Coating
17+
(45444, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 45000, 0), -- Bonfire's Blessing
18+
(55717, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 5000, 0); -- Wail of Souls
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-- DB update 2026_02_25_12 -> 2026_02_25_13
2+
-- Update gameobject 'unnamed flames' with sniffed values
3+
-- new spawns
4+
DELETE FROM `gameobject` WHERE (`id` IN (184511, 184512, 184513)) AND (`guid` IN (198, 199, 200));
5+
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES
6+
(198, 184511, 530, 0, 0, 1, 1, 4014.947021484375, 1910.8055419921875, 247.6915130615234375, 3.710935592651367187, 0, 0, -0.95975399017333984, 0.280842065811157226, 120, 255, 1, "", 45704, NULL),
7+
(199, 184512, 530, 0, 0, 1, 1, 4017.040771484375, 1909.5833740234375, 247.8500213623046875, 5.209121227264404296, 0, 0, -0.51158809661865234, 0.85923081636428833, 120, 255, 1, "", 45704, NULL),
8+
(200, 184513, 530, 0, 0, 1, 1, 4015.8291015625, 1909.7274169921875, 247.7547149658203125, 3.043226480484008789, 0, 0, 0.998790740966796875, 0.049163278192281723, 120, 255, 1, "", 45704, NULL);
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- DB update 2026_02_25_13 -> 2026_02_25_14
2+
--
3+
DELETE FROM `spell_group` WHERE `id` = 1088 AND `spell_id` IN (-1066, -1067);
4+
INSERT INTO `spell_group` (`id`,`spell_id`) VALUES (1088, -1066), (1088, -1067);
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
-- DB update 2026_02_25_14 -> 2026_02_25_15
2+
--
3+
DELETE FROM `reference_loot_template` WHERE `Entry` = 1227274 AND `Item` IN (
4+
36533, -- Adorned Broadsword
5+
36603, -- Archaic Longspear
6+
36575, -- Dragonflayer Hatchet
7+
36505, -- Frosted Steel Mallet
8+
36631, -- Horned Crossbow
9+
36687, -- Illuminated Scepter
10+
36547, -- Jester's Stick
11+
36519, -- Moonlit Katana
12+
36701, -- Pine Needle Staff
13+
36715, -- Runed Shuriken, 146
14+
36589, -- Segmenting Broadaxe
15+
36491, -- Serrated Maul
16+
36659, -- Shivery Wand
17+
36645, -- Tuskarr Boomstick
18+
36477, -- Twin-Edged Stiletto
19+
36673, -- Wise Dagger
20+
36617 -- Yielding Bow
21+
);

0 commit comments

Comments
 (0)