mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
8
data/sql/updates/db_world/2025_08_13_00.sql
Normal file
8
data/sql/updates/db_world/2025_08_13_00.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2025_08_12_01 -> 2025_08_13_00
|
||||
-- Anub'ar Venomancer - Poison Bolt
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53617;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (53617, 4194304);
|
||||
|
||||
-- Anub'ar Venomancer - Poison Bolt(H)
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 59359;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (59359, 4194304);
|
||||
Reference in New Issue
Block a user