mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-02 02:50:17 +01:00
[Jun 12 2008] - Rumble
Fixed toggle quest to toggle correctly. Fixed bug in dg find_replacement to call text_processed at the beginning, regardless of whethe r something matching the variable is found or not. (thanks Laoris) Fixed log error that was using rnum instead of vnum. (thanks Jamdog)
This commit is contained in:
parent
cfe59d3e04
commit
107c3b2811
4 changed files with 10 additions and 8 deletions
|
|
@ -1833,8 +1833,8 @@ ACMD(do_toggle)
|
|||
"You can now hear the Wiz-channel.\r\n",
|
||||
"You are now deaf to the Wiz-channel.\r\n"},
|
||||
{"quest", PRF_QUEST, 0,
|
||||
"Okay, you are part of the Quest.\r\n",
|
||||
"You are no longer part of the Quest.\r\n"},
|
||||
"You are no longer part of the Quest.\r\n",
|
||||
"Okay, you are part of the Quest.\r\n"},
|
||||
{"showvnums", PRF_SHOWVNUMS, LVL_IMMORT,
|
||||
"You will no longer see the vnums.\r\n",
|
||||
"You will now see the vnums.\r\n"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue