diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-04-12 02:43:19 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-04-12 02:43:19 -0300 |
| commit | 947a1f7be3080270b921e9bf69155bfc068ea301 (patch) | |
| tree | 636df12a105c55bfc1914aa64d1af2e678cd4d94 | |
| parent | 4c593f12caa162c1bfb831bdbed934bb39155ddb (diff) | |
DB/Spell: Egg of mortal essence should proc with HoTs
Closes #19441
| -rw-r--r-- | sql/updates/world/3.3.5/2017_04_12_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_12_00_world.sql b/sql/updates/world/3.3.5/2017_04_12_00_world.sql new file mode 100644 index 00000000000..d532af7b2e9 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_12_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `ProcFlags`=`ProcFlags`|0x00040000 WHERE `SpellId`=33953; |
