summaryrefslogtreecommitdiff
path: root/src/map/atcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.cpp')
-rw-r--r--src/map/atcommand.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp
index dca9b4e..ef94963 100644
--- a/src/map/atcommand.cpp
+++ b/src/map/atcommand.cpp
@@ -3443,12 +3443,6 @@ ATCE atcommand_mapinfo(Session *s, dumb_ptr<map_session_data> sd,
(m_id->flag.pvp) ? "True" : "False",
(m_id->flag.pvp_noparty) ? "True" : "False");
clif_displaymessage(s, output);
- output = STRPRINTF("No Dead Branch: %s",
- (m_id->flag.nobranch) ? "True" : "False");
- clif_displaymessage(s, output);
- output = STRPRINTF("No Memo: %s",
- (m_id->flag.nomemo) ? "True" : "False");
- clif_displaymessage(s, output);
output = STRPRINTF("No Penalty: %s",
(m_id->flag.nopenalty) ? "True" : "False");
clif_displaymessage(s, output);
@@ -3464,9 +3458,6 @@ ATCE atcommand_mapinfo(Session *s, dumb_ptr<map_session_data> sd,
output = STRPRINTF("No Monster Teleport: %s",
(m_id->flag.monster_noteleport) ? "True" : "False");
clif_displaymessage(s, output);
- output = STRPRINTF("No Zeny Penalty: %s",
- (m_id->flag.nozenypenalty) ? "True" : "False");
- clif_displaymessage(s, output);
switch (list)
{