mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
4
data/sql/updates/db_world/2025_09_30_01.sql
Normal file
4
data/sql/updates/db_world/2025_09_30_01.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2025_09_30_00 -> 2025_09_30_01
|
||||
-- Drakkari Colossus - Mortal Strike spell difficulty
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` = 54715;
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES (54715, 54715, 59454, 0, 0);
|
||||
3
data/sql/updates/db_world/2025_09_30_02.sql
Normal file
3
data/sql/updates/db_world/2025_09_30_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2025_09_30_01 -> 2025_09_30_02
|
||||
--
|
||||
UPDATE `creature_template` SET `type` = 8 WHERE `entry` = 8881;
|
||||
Reference in New Issue
Block a user