Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warlock: Add drain soul as shadow embrace provider #152

Merged
merged 5 commits into from
Jan 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions data/Warlock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with LibPlayerSpells-1.0. If not, see <http://www.gnu.org/licenses/>.

local lib = LibStub('LibPlayerSpells-1.0')
if not lib then return end
lib:__RegisterSpells('WARLOCK', 90001, 3, {
lib:__RegisterSpells('WARLOCK', 90002, 1, {
COOLDOWN = {
698, -- Ritual of Summoning
6353, -- Soul Fire (Destruction talent)
Expand Down Expand Up @@ -210,7 +210,11 @@ lib:__RegisterSpells('WARLOCK', 90001, 3, {
[342938] = 335052, -- Unstable Affliction <- Rampant Afflictions (Affliction honor talent)
}, {
-- map aura to modified spell(s)
[ 32390] = 232670, -- Shadow Embrace (Affliction talent) -> Shadow Bolt
[ 32390] = { -- Shadow Embrace (Affliction)
48181, -- Haunt (Affliction talent)
198590, -- Drain Soul (Affliction talent)
232670, -- Shadow Bolt
},
[117828] = { -- Backdraft (Destruction)
29722, -- Incinerate
116858, -- Chaos Bolt
Expand Down