Skip to content

Commit

Permalink
Patches 7.36c - 7.37 (#37)
Browse files Browse the repository at this point in the history
* 7.36c

* crownfall act 3

* patch 7.37

* test fixes i forgot to push
  • Loading branch information
SanctusAnimus authored Aug 1, 2024
1 parent 081b02e commit 0b3fe14
Show file tree
Hide file tree
Showing 9 changed files with 2,963 additions and 2,293 deletions.
3,287 changes: 1,797 additions & 1,490 deletions dumper/dump

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions files/engine-enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,10 @@
"name": "ACT_IDLE_AIM_AGITATED",
"shortName": "IDLE_AIM_AGITATED"
},
{
"name": "ACT_IDLE_AIM_AUTOGUN",
"shortName": "IDLE_AIM_AUTOGUN"
},
{
"name": "ACT_IDLE_AIM_DUAL",
"shortName": "IDLE_AIM_DUAL"
Expand Down Expand Up @@ -6374,10 +6378,6 @@
"name": "DOTA_ABILITY_BEHAVIOR_AUTOCAST",
"shortName": "AUTOCAST"
},
{
"name": "DOTA_ABILITY_BEHAVIOR_BREAK_DISABLES",
"shortName": "BREAK_DISABLES"
},
{
"name": "DOTA_ABILITY_BEHAVIOR_CAN_SELF_CAST",
"shortName": "CAN_SELF_CAST"
Expand All @@ -6402,6 +6402,10 @@
"name": "DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT",
"shortName": "DONT_CANCEL_MOVEMENT"
},
{
"name": "DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES",
"shortName": "DONT_PROC_OTHER_ABILITIES"
},
{
"name": "DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK",
"shortName": "DONT_RESUME_ATTACK"
Expand Down
Loading

0 comments on commit 0b3fe14

Please sign in to comment.