mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
6
data/sql/updates/db_world/2025_09_12_02.sql
Normal file
6
data/sql/updates/db_world/2025_09_12_02.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_09_12_01 -> 2025_09_12_02
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (29007, 29008) AND `ScriptName`='spell_gen_food_heart_emote';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(29007, 'spell_gen_food_heart_emote'),
|
||||
(29008, 'spell_gen_food_heart_emote');
|
||||
Reference in New Issue
Block a user