Skip to content

Commit

Permalink
Fix lower blackrock spire dungeon Ids. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 18, 2019
1 parent 4b8dcc7 commit 6d0db4a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DBM-Party-Classic/LowerBlackrockSpire/Gizrul.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(395, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down
2 changes: 1 addition & 1 deletion DBM-Party-Classic/LowerBlackrockSpire/Halycon.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(394, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down
2 changes: 1 addition & 1 deletion DBM-Party-Classic/LowerBlackrockSpire/MotherSmolderweb.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(391, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(396, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(393, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(389, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down
2 changes: 1 addition & 1 deletion DBM-Party-Classic/LowerBlackrockSpire/UrokDoomhowl.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(392, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down
2 changes: 1 addition & 1 deletion DBM-Party-Classic/LowerBlackrockSpire/WarMasterVoone.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local mod = DBM:NewMod(388, "DBM-Party-Classic", 5, 229)
local mod = DBM:NewMod(390, "DBM-Party-Classic", 5, 229)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
Expand Down

0 comments on commit 6d0db4a

Please sign in to comment.