mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 07:53:44 +00:00
6
data/sql/updates/db_world/2022_10_26_01.sql
Normal file
6
data/sql/updates/db_world/2022_10_26_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_10_26_00 -> 2022_10_26_01
|
||||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (64349,64350);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(64349,0,0,0,0,0,0,0,0,0,0,60000),
|
||||
(64350,0,0,0,0,0,0,0,0,0,0,60000);
|
||||
Reference in New Issue
Block a user