Skip to content

Commit

Permalink
Fix IoC siege engine bar color.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Oct 31, 2016
1 parent 2e5e0f8 commit 4b6aa5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions battlegrounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ do -- POI handling
[38] = true,
[40] = true,
-- Workshop/Tent
[136] = true,
[138] = true,
[136] = "alliance",
[138] = "horde",
-- Hangar/Mushroom
[141] = true,
[143] = true,
Expand Down

0 comments on commit 4b6aa5f

Please sign in to comment.