mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
10
data/sql/updates/db_world/2023_05_14_08.sql
Normal file
10
data/sql/updates/db_world/2023_05_14_08.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2023_05_14_07 -> 2023_05_14_08
|
||||
--
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (19130,30925,12739,30500,30495);
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
|
||||
(19130, 19130, 40392),
|
||||
(30925, 30925, 40059),
|
||||
(12739, 12739, 15472),
|
||||
(30500, 30500, 35954),
|
||||
(30495, 30495, 35953);
|
||||
|
||||
Reference in New Issue
Block a user