aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-02-24 11:34:16 -0300
committerfunjoker <funjoker109@gmail.com>2021-08-08 21:21:34 +0200
commiteb3a93b93fa3f2cfb0d565cbeefc01a38ab89c41 (patch)
tree3be3c7980bc58634ed86b750810fdc806e860fc7
parentfba5a22aa8beae4b7ed37aef624cdb54747a44f8 (diff)
DB/Spells: Fixed Alchemy stones procs with potions like endless mana potion
(cherry picked from commit 19cb62c0bf442bd402428a8cb775225896cd5c06)
-rw-r--r--sql/updates/world/master/2021_07_01_09_world_2018_02_24_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_07_01_09_world_2018_02_24_02_world.sql b/sql/updates/world/master/2021_07_01_09_world_2018_02_24_02_world.sql
new file mode 100644
index 00000000000..d2a4cdd79d4
--- /dev/null
+++ b/sql/updates/world/master/2021_07_01_09_world_2018_02_24_02_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `ProcFlags`=`ProcFlags`|2048 WHERE `SpellId`=17619;