diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-30 22:27:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-30 22:27:01 -0300 |
commit | b8dcb3d9c9f34c9c58a579624005fcda3504fddf (patch) | |
tree | 51b7ddd6f0475c00a5a5e8200f963091a732c1f2 | |
parent | a1b765b4d37d5045f077fd7f8e36faa53f7a7b89 (diff) | |
download | serverdata-b8dcb3d9c9f34c9c58a579624005fcda3504fddf.tar.gz serverdata-b8dcb3d9c9f34c9c58a579624005fcda3504fddf.tar.bz2 serverdata-b8dcb3d9c9f34c9c58a579624005fcda3504fddf.tar.xz serverdata-b8dcb3d9c9f34c9c58a579624005fcda3504fddf.zip |
This restriction is not needed anymore, it was superseeded.
-rw-r--r-- | conf/messages.conf | 3 | ||||
-rw-r--r-- | db/re/map_zone_db.conf | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index ccdcbe057..d35ce5c52 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1561,5 +1561,8 @@ 1498: You can't add a party bound item to a character without party! 1499: You can't add a guild bound item to a character without guild! +// TMW2 Messages +1999: This item cannot be created using GM command. + //Custom translations import: conf/import/msg_conf.txt diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 76f8f66f2..e776b53e3 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -82,7 +82,6 @@ zones: ( /* "command:min-group-lv-to-override" e.g. "heal: 70" */ disabled_commands: { monster: 100 - item: 100 } skill_damage_cap: { } |