Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
feat(heroes): added Xul and Li-Ming new Extra folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Leal committed Jul 20, 2016
1 parent 0d081fb commit 60f7b80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ CascLib-build
wip
out
images
dist/
.DS_Store
dist/
6 changes: 4 additions & 2 deletions shared/C.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ exports.EXTRA_HEROES_GAMEDATA_FOLDERS = [
"Medic",
"Monk",
"Murky",
"Necromancer",
"Rexxar",
"SgtHammer",
"Stitches",
"Sylvanas",
"Thrall",
"Uther"
"Uther",
"Wizard"
];

exports.HERO_MODIFICATIONS =
Expand All @@ -95,7 +97,7 @@ exports.HERO_MODIFICATIONS =

exports.MOUNT_MODIFICATIONS =
{
"Random" : [ { path : ":root", name : "description", value : "A random mount."} ],
"Random" : [ { path : ":root", name : "description", value : "A random mount."}, { path : ":root", name : "franchise", value : "Legacy"} ],
"Mechanospider" : [ { path : ":root", name : "franchise", value : "Warcraft"} ],
"CountessKerriganBatForm" : [ { path : ":root", name : "franchise", value : "Starcraft"} ],
"ZagaraWings" : [ { path : ":root", name : "franchise", value : "Starcraft"} ],
Expand Down

0 comments on commit 60f7b80

Please sign in to comment.