diff options
-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: { } |