mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
5
data/sql/updates/db_world/2022_10_26_00.sql
Normal file
5
data/sql/updates/db_world/2022_10_26_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_10_25_03 -> 2022_10_26_00
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_huhuran_poison_bolt' AND `spell_id` = 26180;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(26180, 'spell_huhuran_poison_bolt');
|
||||
Reference in New Issue
Block a user