mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-08 02:00:29 +00:00
@@ -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
|
||||
Reference in New Issue
Block a user