diff --git a/sql/updates/world/3.3.5/2019_08_10_00_world.sql b/sql/updates/world/3.3.5/2019_08_10_00_world.sql new file mode 100644 index 00000000000..4708a4965b2 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_10_00_world.sql @@ -0,0 +1,3 @@ +-- Prayer of Mending +-- Old wrong proc flag value: 664232 +UPDATE `spell_proc` SET `ProcFlags`=0,`AttributesMask`=2 WHERE `SpellId`=-41635;