Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CF: set_god fix



Hi,

The set_god command wasn't working at all unless you were a god and
wanted to become your own follower.

-- 
Jan
diff -rc orig/crossfire-0.95.5-patch9/server/c_wiz.c crossfire-0.95.5/server/c_wiz.c
*** orig/crossfire-0.95.5-patch9/server/c_wiz.c	Wed Mar 22 08:56:48 2000
--- crossfire-0.95.5/server/c_wiz.c	Thu Apr 13 16:24:07 2000
***************
*** 86,92 ****
      	new_draw_info_format(NDI_UNIQUE,0,op,"No such god %s.",str);
      	return 1;
      }
!     become_follower(ob,params);
      return 1;
  }
  
--- 86,92 ----
      	new_draw_info_format(NDI_UNIQUE,0,op,"No such god %s.",str);
      	return 1;
      }
!     become_follower(ob,str);
      return 1;
  }