RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

I recommend the following fixes be added to SVN 2.2

Ixtabay

Sorceror
Edited - 2/20/2012 (removed Box Server ref, listed only proposed change for RunUO 2.2 svn)

Proposed change to fix insert error

/Scripts/Engines/MyRunUO/MyRunUOStatus.cs

Line 61

Change from:
Code:
m_Command.Enqueue( String.Format( "INSERT INTO myrunuo_status VALUES ({0})", mob.Serial.Value.ToString() ) );
To:
Code:
m_Command.Enqueue( String.Format( "INSERT INTO myrunuo_status (char_id) VALUES ({0})", mob.Serial.Value.ToString() ) );

The other proposed changes belong in Nerun's - thanks for quick replies
 

Pure Insanity

Sorceror
...People use BoxServer?

Btw, would of been nice if you stated what you changed/fixed. As not even the RunUO team members are gonna care enough to download the zip and compare the two files for the differences.
 
Top