aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-02-24 11:34:16 -0300
committerKeader <keader.android@gmail.com>2018-02-24 11:34:16 -0300
commit19cb62c0bf442bd402428a8cb775225896cd5c06 (patch)
tree23e8e771f5236eeda0b1fc18ac51a9b79ce4fb5d
parent4c791ec376fdf5c7717a6249604502ec15656902 (diff)
DB/Spells: Fixed Alchemy stones procs with potions like endless mana potion
-rw-r--r--sql/updates/world/3.3.5/2018_02_24_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_24_02_world.sql b/sql/updates/world/3.3.5/2018_02_24_02_world.sql
new file mode 100644
index 00000000000..d2a4cdd79d4
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_02_24_02_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `ProcFlags`=`ProcFlags`|2048 WHERE `SpellId`=17619;