ProjectSWGCore / NGECore2

The ProjectSWG Open Source Core
projectswg.com
GNU Lesser General Public License v3.0
23 stars 70 forks source link

Remove unnecessary loop in cleanupCreatureODB; rearrange NGECore.java; cleanup/enhance README #1175

Closed ilikenwf closed 10 years ago

ilikenwf commented 10 years ago

The title, commits, and diffs say it all.

ilikenwf commented 10 years ago

This will merge cleanly again...@Viaron please take a look. Works for me locally.

ilikenwf commented 10 years ago

The others are more code cleanup and SQL optomizations - some of the select statements were using wildcards where not necessary, something that really makes me scream inside.

ilikenwf commented 10 years ago

Yeah, this last one was me being hasty, so I fixed it.

ilikenwf commented 10 years ago

More SQL fixes...should all be good for now

ilikenwf commented 10 years ago

For merging, that is.

Selecting * from a database when you only want one column is like ordering a 4 course meal just to eat the salad.