mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 01:04:34 +00:00
5
data/sql/updates/db_world/2025_10_09_04.sql
Normal file
5
data/sql/updates/db_world/2025_10_09_04.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_10_09_03 -> 2025_10_09_04
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (37705, 60510);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(37705, 'spell_item_healing_trance'),
|
||||
(60510, 'spell_item_healing_trance');
|
||||
Reference in New Issue
Block a user