[ScryMUD] SVN Commit Info r856 - trunk/mud/grrmud/server

scrymud at wanfear.com scrymud at wanfear.com
Sat Feb 3 15:23:30 PST 2007


Author: eroper
Date: 2007-02-03 15:23:30 -0800 (Sat, 03 Feb 2007)
New Revision: 856

Modified:
   trunk/mud/grrmud/server/command5.cc
Log:
Fixes: MUD-377
You must now be a zone owner to add_perm_inv and rem_perm_inv


Modified: trunk/mud/grrmud/server/command5.cc
===================================================================
--- trunk/mud/grrmud/server/command5.cc	2007-02-03 13:18:22 UTC (rev 855)
+++ trunk/mud/grrmud/server/command5.cc	2007-02-03 23:23:30 UTC (rev 856)
@@ -778,7 +778,7 @@
    String buf(100);
    critter* ptr;
 
-   if (!ok_to_do_action(NULL, "IFP", 0, pc, pc.getCurRoom(), NULL, TRUE)) {
+   if (!ok_to_do_action(NULL, "IFPR", 0, pc, pc.getCurRoom(), NULL, TRUE)) {
       return -1;
    }
 
@@ -856,7 +856,7 @@
    String buf(100);
    critter* ptr;
 
-   if (!ok_to_do_action(NULL, "IFP", 0, pc, pc.getCurRoom(), NULL, TRUE)) {
+   if (!ok_to_do_action(NULL, "IFPR", 0, pc, pc.getCurRoom(), NULL, TRUE)) {
       return -1;
    }
 




More information about the ScryMUD mailing list