Skip to content

Commit

Permalink
Fix whatever language that is :D
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 18, 2020
1 parent a2c4cdb commit c5b57f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-PvP/Battlegrounds/IsleOfConquest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ do
if DBM:GetCurrentArea() == 628 then
DBM:GetModByName("PvPGeneral"):SubscribeAssault(
169,
{["Refinery"]: {152,153,154,155}, ["Quarry"]: {17,18,19,20}, ["Docks"]: {147,148,149,150}, ["Workshop"]: {137,138,139,140}, ["Hangar"]: {142,143,144,145}}
{["Refinery"] = {152,153,154,155}, ["Quarry"] = {17,18,19,20}, ["Docks"] = {147,148,149,150}, ["Workshop"] = {137,138,139,140}, ["Hangar"] = {142,143,144,145}}
)
-- TODO: Add gate health
-- TODO: Add boss health
Expand Down

0 comments on commit c5b57f8

Please sign in to comment.