Skip to content

Commit

Permalink
#33 Fixes for Atal'Dazar and Shrine of the Storm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wotuu committed Oct 9, 2018
1 parent 41d025a commit 67a640d
Show file tree
Hide file tree
Showing 8 changed files with 513 additions and 141 deletions.
52 changes: 26 additions & 26 deletions database/seeds/dungeondata/bfa/ataldazar/1/enemies.json
Expand Up @@ -857,19 +857,6 @@
"id": 128435
}
},
{
"id": 259,
"enemy_pack_id": 50,
"floor_id": 41,
"teeming": null,
"faction": "any",
"enemy_forces_override": -1,
"lat": -141.38,
"lng": 208.56,
"npc": {
"id": 128434
}
},
{
"id": 260,
"enemy_pack_id": 51,
Expand Down Expand Up @@ -1459,7 +1446,7 @@
"id": 3095,
"enemy_pack_id": 45,
"floor_id": 41,
"teeming": "visible",
"teeming": null,
"faction": "any",
"enemy_forces_override": -1,
"lat": -106.75,
Expand Down Expand Up @@ -1509,52 +1496,52 @@
},
{
"id": 3099,
"enemy_pack_id": -1,
"enemy_pack_id": 480,
"floor_id": 41,
"teeming": "visible",
"faction": "any",
"enemy_forces_override": -1,
"lat": -150.81,
"lng": 212.31,
"lat": -150.56,
"lng": 211,
"npc": {
"id": 128435
}
},
{
"id": 3100,
"enemy_pack_id": -1,
"enemy_pack_id": 480,
"floor_id": 41,
"teeming": "visible",
"faction": "any",
"enemy_forces_override": -1,
"lat": -152.13,
"lng": 212.25,
"lat": -150.69,
"lng": 212.69,
"npc": {
"id": 128435
}
},
{
"id": 3101,
"enemy_pack_id": -1,
"enemy_pack_id": 480,
"floor_id": 41,
"teeming": "visible",
"faction": "any",
"enemy_forces_override": -1,
"lat": -153.31,
"lng": 212.06,
"lat": -152.81,
"lng": 211,
"npc": {
"id": 128435
}
},
{
"id": 3102,
"enemy_pack_id": -1,
"enemy_pack_id": 480,
"floor_id": 41,
"teeming": "visible",
"faction": "any",
"enemy_forces_override": -1,
"lat": -152,
"lng": 210.06,
"lat": -151.94,
"lng": 209.94,
"npc": {
"id": 128434
}
Expand Down Expand Up @@ -1584,5 +1571,18 @@
"npc": {
"id": 122973
}
},
{
"id": 3120,
"enemy_pack_id": 480,
"floor_id": 41,
"teeming": null,
"faction": "any",
"enemy_forces_override": -1,
"lat": -152.81,
"lng": 212.62,
"npc": {
"id": 128435
}
}
]
28 changes: 28 additions & 0 deletions database/seeds/dungeondata/bfa/ataldazar/1/enemy_packs.json
Expand Up @@ -632,5 +632,33 @@
"lng": -178.56
}
]
},
{
"id": 480,
"floor_id": 41,
"faction": "any",
"label": "Enemy pack",
"vertices": [
{
"id": 2711,
"lat": 209,
"lng": -149.69
},
{
"id": 2712,
"lat": 209.06,
"lng": -153.75
},
{
"id": 2713,
"lat": 213.81,
"lng": -153.88
},
{
"id": 2714,
"lat": 213.75,
"lng": -149.88
}
]
}
]

0 comments on commit 67a640d

Please sign in to comment.