To install this update, please follow the instructions below:

1. Close the MySQL.bat file. If you have installed MySQL as a service using the C:\Server\mysql\mysql_installservice.bat please double-click the mysql_uninstallservice.bat.

2. Go to the C:\Server\mysql\data folder and delete the mangos and scriptdev2 folders.

3. Copy the extracted mangos and scriptdev2 folders from the database_updates.zip to the C:\Server\mysql\data folder.



4. Restart the MySQL.bat file or reinstall the MySQL service.

The core update is installed just like all previous core updates.

This WILL not affect your characters or accounts but will impact any custom malls, etc which you have made.

This update contains all of my fixes, patches, etc and will bring the Repack up to:

MaNGOS 10763 (required_10762_01_mangos_spell_proc_event)
ScriptDev2 1885
YTDB 351 (573_FIX_10726)
Acid 39 (3.0.7) "We Came, We Raided and We Conquered"

I have also included the new Quice database editor update in the CU_0084.zip files' tools folder.

Updates Available:
Database: database_updates.zip (27.29 MB)
Core: COMPILING...


This is the most in-depth, complete update that I've done on my repack, I have literally spent a few days tracking down errors and non-blizzlike problems... I believe it is the best repack I've made.

Code:
Over 1200 errors corrected.
MaNGOS 10763 (required_10762_01_mangos_spell_proc_event)
Move comments at 61 line, no functional changes. 
Implement SPELL_AURA_IGNORE_UNIT_STATE (252).
Basic support for target-name in MonsterSay/etc 
Remove unneeded non-player Say et al. 
Correctly reset mob orientation upon reaching spawn point. Should also improve visualisation of mob orientation on clients.
Fixed typo in CONTROLED_* 
Implement zone limited pets unsummon at leave allowed zones.
Implement armor penetration limitations.
Use class specific combat rating factors from gtOCTClassCombatRatingScalarStore.dbc
Use UNIT_FIELD_CRITTER for store minipet guid. 
Lost mangos.sql changes in one from recent commits. 
Convert to objetguids map scripts and finally drop IS_PLAYER_GUID. 
Use objectguids in item code. 
Convert Gameobject owner to objectguid use. 
Convert MonsterSay/Say and similar functions to ObjectGuid use. 
ScriptDev 1885
Correct ScriptDev2_1835_to_MaNGOS_0.12.patch thanks Schmoo for fixing.