diff options
author | Haru <haru@dotalux.com> | 2020-07-26 19:07:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 19:07:28 +0200 |
commit | 43e4d537acac47dc923fac445f9a6f476db2d18c (patch) | |
tree | 5bc392f9e1b6b928d7168ec6f024629423aabb4c /conf/map/battle/pet.conf | |
parent | 909054bf043ff51ccd476418075f8bf1dc55b27f (diff) | |
parent | d3c24f7d9ae64354e446a85ba0dad21daca589c1 (diff) | |
download | hercules-43e4d537acac47dc923fac445f9a6f476db2d18c.tar.gz hercules-43e4d537acac47dc923fac445f9a6f476db2d18c.tar.bz2 hercules-43e4d537acac47dc923fac445f9a6f476db2d18c.tar.xz hercules-43e4d537acac47dc923fac445f9a6f476db2d18c.zip |
Merge pull request #2652 from Emistry/mf_nopet
Add NoPet mapflag
Diffstat (limited to 'conf/map/battle/pet.conf')
-rw-r--r-- | conf/map/battle/pet.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/map/battle/pet.conf b/conf/map/battle/pet.conf index 3060b6e64..6d013b0ef 100644 --- a/conf/map/battle/pet.conf +++ b/conf/map/battle/pet.conf @@ -95,11 +95,6 @@ pet_max_stats: 99 pet_max_atk1: 500 pet_max_atk2: 1000 -// Are pets disabled during Guild Wars? -// If set to true, pets are automatically returned to egg when entering castles during WoE times -// and hatching is forbidden within as well. -pet_disable_in_gvg: false - // Should the pet immediately be removed when its intimacy drops to 0? (Note 1) // If set to false the pet will randomly walk around the map before being removed. pet_remove_immediately: true |