diff --git a/sql/updates/world/4.3.4/2020_04_03_01_world.sql b/sql/updates/world/4.3.4/2020_04_03_01_world.sql new file mode 100644 index 00000000000..c4e3ba10d83 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_04_03_01_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (118, 51514, 122); +INSERT INTO `spell_proc` (`SpellId`, `Charges`) VALUES +(118, 1), +(122, 1), +(51514, 1);