ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/c_object.C
(Generate patch)

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.95 by root, Thu Sep 17 00:07:04 2009 UTC vs.
Revision 1.96 by root, Sun Sep 20 00:38:55 2009 UTC

1237 } 1237 }
1238 1238
1239 buf << '\n'; 1239 buf << '\n';
1240 1240
1241 // the dungeon master additionally gets a complete dump 1241 // the dungeon master additionally gets a complete dump
1242 if (who && who->flag [FLAG_WIZ]) 1242 if (who && who->flag [FLAG_WIZLOOK])
1243 { 1243 {
1244 buf << "\nT<Object>\n"; 1244 buf << "\nT<Object>\n";
1245 describe_dump_object (buf, this); 1245 describe_dump_object (buf, this);
1246 1246
1247 if (inv) 1247 if (inv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines