DarkCastleMUD / DarkCastle

Dark Castle is a text-based MUD (multi-user dungeon) that was originally based on DIKU MUD around 1995. It has been running since then.
https://www.dcastle.org/
GNU Lesser General Public License v2.1
12 stars 11 forks source link

zedit edit arg3 when type is p returns real number vs virt number #203

Closed TehDreadPirateRoberts closed 1 year ago

TehDreadPirateRoberts commented 1 year ago

I think this is in lines 601 to 612 of wiz_102.cpp. When you have a zone line that is type p and you zedit edit arg3 the real number of the object will echo to the char instead of the virtual number.

Z:58 R:7238 I:0> zedit edit 26 3 7210 Arg 3 set to 2220.

jhhudso commented 1 year ago

fixed