Skip to content

Commit

Permalink
Fix: Json: Many ClassProfiles were not loading due recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Dec 30, 2024
1 parent 9968d60 commit db0d8fa
Show file tree
Hide file tree
Showing 83 changed files with 172 additions and 244 deletions.
5 changes: 4 additions & 1 deletion HeadlessServer/loadall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ set "root=%pwd%\JSON\class\"
for /r "%root%" %%f in (*.json) do (
set "file=%%f"
set "file=!file:%root%=!"
echo.
echo !file!

dotnet run -c Release --no-build --no-restore -- !file! -m Local --loadonly
)
)

pause
5 changes: 1 addition & 4 deletions Json/class/DeathKnight_70_Unholy.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,7 @@
]
},
{
"Name": "AutoAttack",
"Requirements": [
"!AutoAttacking"
]
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
5 changes: 1 addition & 4 deletions Json/class/DeathKnight_80_Frost.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,7 @@
"AfterCastAuraExpected": true
},
{
"Name": "AutoAttack",
"Requirements": [
"!AutoAttacking"
]
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
5 changes: 1 addition & 4 deletions Json/class/DeathKnight_80_Unholy.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,7 @@
]
},
{
"Name": "AutoAttack",
"Requirements": [
"!AutoAttacking"
]
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!Casting",
"!AutoAttacking"
"!Casting"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_10_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@
"Form": "Druid_Bear"
},
{
"Name": "AutoAttack",
"Requirement": "!AutoAttacking"
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_12_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
"Form": "Druid_Bear"
},
{
"Name": "AutoAttack",
"Requirement": "!AutoAttacking"
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_14_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@
"Form": "Druid_Bear"
},
{
"Name": "AutoAttack",
"Requirement": "!AutoAttacking"
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_16_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@
"Form": "Druid_Bear"
},
{
"Name": "AutoAttack",
"Requirement": "!AutoAttacking"
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_20_cat_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
]
},
{
"Name": "AutoAttack",
"Requirement": "!AutoAttacking"
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
7 changes: 3 additions & 4 deletions Json/class/Druid_24_cat_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"WhenUsable": true,
"Requirements": [
"Form:Druid_Cat",
"!TigersFury",
"!Tiger's Fury",
"InMeleeRange"
]
}
Expand All @@ -103,7 +103,7 @@
"WhenUsable": true,
"Requirements": [
"Form:Druid_Cat",
"!TigersFury",
"!Tiger's Fury",
"Rip",
"Rake",
"InMeleeRange"
Expand Down Expand Up @@ -218,8 +218,7 @@
]
},
{
"Name": "AutoAttack",
"Requirement": "!AutoAttacking"
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
9 changes: 3 additions & 6 deletions Json/class/Druid_30_cat_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"WhenUsable": true,
"Requirements": [
"Form:Druid_Cat",
"!TigersFury",
"!Tiger's Fury",
"InMeleeRange"
]
}
Expand All @@ -109,7 +109,7 @@
"WhenUsable": true,
"Requirements": [
"Form:Druid_Cat",
"!TigersFury",
"!Tiger's Fury",
"Rip",
"Rake",
"InMeleeRange"
Expand Down Expand Up @@ -224,10 +224,7 @@
]
},
{
"Name": "AutoAttack",
"Requirements": [
"!AutoAttacking"
]
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
9 changes: 3 additions & 6 deletions Json/class/Druid_32_cat_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"WhenUsable": true,
"Requirements": [
"Form:Druid_Cat",
"!TigersFury",
"!Tiger's Fury",
"InMeleeRange"
]
}
Expand All @@ -118,7 +118,7 @@
"WhenUsable": true,
"Requirements": [
"Form:Druid_Cat",
"!TigersFury",
"!Tiger's Fury",
"Rip",
"Rake",
"InMeleeRange",
Expand Down Expand Up @@ -246,10 +246,7 @@
]
},
{
"Name": "AutoAttack",
"Requirements": [
"!AutoAttacking"
]
"Name": "AutoAttack"
},
{
"Name": "Approach",
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!Casting",
"!AutoAttacking"
"!Casting"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_6.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!Casting",
"!AutoAttacking"
"!Casting"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Druid_60_cat_bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoAttacking"
"InMeleeRange"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoAttacking"
"InMeleeRange"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_10.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
}
]
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_18.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
}
]
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_26.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
}
]
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_30.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
}
]
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoAttacking"
"InMeleeRange"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_6.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
}
]
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_62.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
}
]
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_66.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
}
]
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_66_farm_pet_pull.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Hunter_70.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@
"Name": "AutoAttack",
"Requirements": [
"InMeleeRange",
"!AutoShot",
"!AutoAttacking"
"!AutoShot"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Mage_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"Name": "AutoAttack",
"Requirements": [
"!HasRangedWeapon",
"!Casting",
"!AutoAttacking"
"!Casting"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Mage_10.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!HasRangedWeapon",
"!AutoAttacking"
"!HasRangedWeapon"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Mage_10_Arcane.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!HasRangedWeapon",
"!AutoAttacking"
"!HasRangedWeapon"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Mage_12_Arcane.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!HasRangedWeapon",
"!AutoAttacking"
"!HasRangedWeapon"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Mage_12_Fire.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!HasRangedWeapon",
"!AutoAttacking"
"!HasRangedWeapon"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions Json/class/Mage_14_Arcane_Frost.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
{
"Name": "AutoAttack",
"Requirements": [
"!HasRangedWeapon",
"!AutoAttacking"
"!HasRangedWeapon"
]
},
{
Expand Down
Loading

0 comments on commit db0d8fa

Please sign in to comment.