[Ohrrpgce] [Bug 63] Crash when trying to rename a hero not in party

bugzilla-daemon at cyberverse.com bugzilla-daemon at cyberverse.com
Thu May 19 08:51:34 PDT 2005


http://HamsterRepublic.com/bugzilla/show_bug.cgi?id=63


Bob at HamsterRepublic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From Bob at HamsterRepublic.com  2005-05-19 08:51 -------
I examined the implementation of "rename hero by slot" in yetmore.bas, and it is
okay.  Only the implementation of "rename hero" in plotscr.hsd needs to be fixed.

script,renamehero,who,begin
  variable(slot)
  slot:=findhero(who)
  if(slot>=0)
    then(renameherobyslot(slot),return(true))
    else(return(false))
end

Marking fixed

-- 
Configure bugmail: http://HamsterRepublic.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Ohrrpgce mailing list