mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
5
data/sql/updates/db_world/2025_11_15_13.sql
Normal file
5
data/sql/updates/db_world/2025_11_15_13.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_11_15_12 -> 2025_11_15_13
|
||||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`= 45278;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `procFlags`) VALUES
|
||||
(45278, 0x00004400|0x00010000);
|
||||
3
data/sql/updates/db_world/2025_11_15_14.sql
Normal file
3
data/sql/updates/db_world/2025_11_15_14.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2025_11_15_13 -> 2025_11_15_14
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 27598 AND `source_type` = 0;
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 27598;
|
||||
Reference in New Issue
Block a user