parent
16bbeadd6e
commit
b7356cabe7
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
-- DB update 2025_12_29_00 -> 2025_12_29_01
|
||||||
-- Fix A Sister's Pledge (12411) spawning multiple Sasha when turned in by multiple players
|
-- Fix A Sister's Pledge (12411) spawning multiple Sasha when turned in by multiple players
|
||||||
-- Add condition to prevent Sasha spawn if she already exists nearby
|
-- Add condition to prevent Sasha spawn if she already exists nearby
|
||||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 27646 AND `SourceId` = 0;
|
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 27646 AND `SourceId` = 0;
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
-- DB update 2025_12_29_01 -> 2025_12_29_02
|
||||||
--
|
--
|
||||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID`=54095;
|
DELETE FROM `spelldifficulty_dbc` WHERE `ID`=54095;
|
||||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
|
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
|
||||||
Loading…
Add table
Add a link
Reference in a new issue