parent
03b8af0eab
commit
2e8ba2e2d3
3 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2026_03_03_03 -> 2026_03_04_00
|
||||
-- Fix Seal of Command (20375) not proccing from HotR and ShoR
|
||||
UPDATE `spell_proc` SET `SchoolMask` = 0, `SpellFamilyName` = 10, `SpellFamilyMask1` = 0x168000 WHERE `SpellId` = 20375;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_03_04_00 -> 2026_03_04_01
|
||||
--
|
||||
DELETE FROM `gameobject_summon_groups` WHERE `summonerId` = 3737 AND `summonerType` = 1;
|
||||
INSERT INTO `gameobject_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `respawnTime`, `Comment`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_03_04_01 -> 2026_03_04_02
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 30260) AND (`Item` IN (45912, 1, 2));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue