mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
7
data/sql/updates/db_world/2025_02_13_00.sql
Normal file
7
data/sql/updates/db_world/2025_02_13_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2025_02_12_01 -> 2025_02_13_00
|
||||
--
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (28796, 28794, 28798);
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
|
||||
(28796, 28796, 54098, 0, 0),
|
||||
(28794, 28794, 54099, 0, 0),
|
||||
(28798, 28798, 54100, 0, 0);
|
||||
Reference in New Issue
Block a user