Great work on this repack!

I have an answer to the elusive "issue" that some users are reporting when trying to run your "mangos_0000-0038_all.sql" file. I noticed you are using SQLyog Community Edition which is fine. I use SQLyog Enterprise Edition which is more selective on how it runs queries for reliability reasons and this is where the problem comes up.

It seems you have a single statement that does not end with a ; and this is causing the problems that you have heard about. The offending statement is:

UPDATE gameobject_template SET ScriptName='go_scourge_enclosure' WHERE entry=191548

Once I added a ; at the end of this statement, the entire query was properly processed in SQLyog Enterprise Edition with no problems. I am sure this will fix issues with other MySQL GUI software that are more selective like this.

I assume that this issue is also present in the new mangos_0000-0039_all.sql file in the update you just posted but of course this is an easy fix.

Thanks for all your work on this repack!