diff options
author | Taylor Locke <kisuka@kisuka.com> | 2015-12-21 13:16:15 -0800 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2015-12-21 13:56:17 -0800 |
commit | 2a16362eed204dde33e5b0638373d67d1c6828ee (patch) | |
tree | 8b8d72d27fc4904178a0d05601caa3aa1a2ee88d /db/re/map_zone_db.conf | |
parent | a9889e8229f6ea7c5f5bf484cd9b8f7d0c2532ff (diff) | |
download | hercules-2a16362eed204dde33e5b0638373d67d1c6828ee.tar.gz hercules-2a16362eed204dde33e5b0638373d67d1c6828ee.tar.bz2 hercules-2a16362eed204dde33e5b0638373d67d1c6828ee.tar.xz hercules-2a16362eed204dde33e5b0638373d67d1c6828ee.zip |
Follow-up to fd78190a5ec4f19f10027f7a7ebe0e6ce023f672.
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r-- | db/re/map_zone_db.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 553602a33..df223d139 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -115,6 +115,8 @@ zones: ( Woe_Violet_Potion: true Woe_White_Potion: true Woe_Blue_Potion: true + TE_White_Potion: true + TE_White_Slim_Potion: true Siege_Plate: true Siege_Suits: true Siege_Robe: true @@ -323,6 +325,8 @@ zones: ( Woe_Violet_Potion: true Woe_White_Potion: true Woe_Blue_Potion: true + TE_White_Potion: true + TE_White_Slim_Potion: true Siege_Plate: true Siege_Suits: true Siege_Robe: true @@ -419,6 +423,15 @@ zones: ( } }, { + name: "WoE TE" + inherit: ( "GvG" ) /* will import all gvg has */ + + disabled_items: { + TE_White_Potion: false + TE_White_Slim_Potion: false + } +}, +{ name: "Sealed Shrine" disabled_skills: { @@ -488,6 +501,8 @@ zones: ( Woe_Violet_Potion: true Woe_White_Potion: true Woe_Blue_Potion: true + TE_White_Potion: true + TE_White_Slim_Potion: true Siege_Plate: true Siege_Suits: true Siege_Robe: true |