diff options
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index 36659ac87..5ee8ba0b1 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -81,7 +81,8 @@ zones: ( Pty_Assumptio_Scroll: true } /* 5 second duration increase on GvG */ - mapflags: ( "invincible_time_inc 5000" ) + /* knockback disabled */ + mapflags: ( "invincible_time_inc 5000", "noknockback" ) }, { /* Battlegrounds zone is applied to all maps with a battlegrounds mapflag */ @@ -126,6 +127,8 @@ zones: ( Assumptio_5_Scroll: true Pty_Assumptio_Scroll: true } + /* knockback disabled */ + mapflags: ( "noknockback" ) }, { name: "Aldebaran Turbo Track" |