Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix Theater of Pain table indices
Browse files Browse the repository at this point in the history
  • Loading branch information
gegenschall committed Nov 29, 2020
1 parent b64adcc commit 0abecc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LootSpecManager/Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ end)(
{"Theater of Pain", {
[1] = {name = "An Affront of Challengers", id = 2391},
[2] = {name = "Gorechop", id = 2365},
[2] = {name = "Xav the Unfallen", id = 2366},
[3] = {name = "Kul'tharok", id = 2364},
[4] = {name = "Mordretha, the Endless Empress", id = 2404},
[3] = {name = "Xav the Unfallen", id = 2366},
[4] = {name = "Kul'tharok", id = 2364},
[5] = {name = "Mordretha, the Endless Empress", id = 2404},
}},
{"De Other Side", {
[1] = {name = "Hakkar the Soulflayer", id = 2395},
Expand Down

0 comments on commit 0abecc0

Please sign in to comment.