Fixed cstatus()
authorAri Johnson <ari@theari.com>
Mon, 31 Mar 2008 04:33:15 +0000 (04:33 +0000)
committerAri Johnson <ari@theari.com>
Mon, 31 Mar 2008 04:33:15 +0000 (04:33 +0000)
game/txt/changes/0.73p1
src/function.c

index 7ad3230aafa62e1a85ca66014bc1c70ed4e7f6e8..4a0546a22434874785674d92a0013fbff67e3670 100644 (file)
@@ -8,4 +8,5 @@ CobraMUSH Version 0.73p1
   It is the first maintenance release in that series.
 
   Fixes:
+    * Fixed cstatus() [AEJ]
 
index aab3fd689ade9fb69b804a52a6fff5933004885a..9dfae36a8f419c7af4bcd2b29a8161c692cdda7c 100644 (file)
@@ -316,7 +316,7 @@ FUNTAB flist[] = {
   {"CMSGS", fun_cinfo, 1, 1, FN_REG},
   {"COWNER", fun_cowner, 1, 1, FN_REG},
   {"CRECALL", fun_crecall, 1, 5, FN_REG},
-  {"CSTATUS", fun_cinfo, 1, 1, FN_REG},
+  {"CSTATUS", fun_cstatus, 2, 2, FN_REG},
   {"CTITLE", fun_ctitle, 2, 2, FN_REG},
   {"CUSERS", fun_cinfo, 1, 1, FN_REG},
   {"CWHO", fun_cwho, 1, 1, FN_REG},