mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Westfall: added phasing entry and condition for phase 226 and added missing quest id for the burning skybox aura for Sentinel Hill
* moved Embers to the correct phase
This commit is contained in:
10
sql/updates/world/4.3.4/2021_03_08_02_world.sql
Normal file
10
sql/updates/world/4.3.4/2021_03_08_02_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
UPDATE `gameobject` SET `PhaseId`= 226 WHERE `guid`= 222402;
|
||||
UPDATE `spell_area` SET `quest_start`= 26322 WHERE `spell`= 80005 AND `area`= 108;
|
||||
|
||||
DELETE FROM `phase_area` WHERE `AreaId`= 108;
|
||||
INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES
|
||||
(108, 226, 'Sentinel Hill - Rise of the Brotherhood');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 26 AND `SourceEntry`= 108;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `NegativeCondition`, `Comment`, `ScriptName`) VALUES
|
||||
(26, 226, 108, 8, 26322, 0, 'Phase 226: active when rewarded quest 26322', '');
|
||||
Reference in New Issue
Block a user