aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes
AgeCommit message (Collapse)Author
2015-03-22Temporarily create /sql/updates/hotfixes dir so Travis build does not failNayd
2015-03-21TDB 6.0.1 - 2015/03/21TDB6.01Nayd
Closes #13816 Closes #13792 Ref #14139
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ↵Naios
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp Make sure you re-run cmake, because boost::iostreams was added as dependency. Maybe you need to install libboost-iostreams1.55-dev on unix as well. Import every update manual until (included) those INSERT IGNORE updates for each database. Thanks DDuarte and Shauren for your amazing ideas, help and advises. In hope that nobody gets a "Your database structure is not up to date..." anymore ,-) Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com>
2015-03-08Core/Spells: Implemented multiple spell power costsShauren
2015-03-04Core/DataStores: Updated dbc structures to 6.1Shauren
2015-02-22Core/DataStores: Added tables for all loaded DB2 storesShauren
2015-02-05SQL: Make sure the correct world db is select when executing SQL update scriptsjackpoz
Make sure script 2014_12_25_00_hotfixes_locale_broadcast_text.sql affects the correct world database version "TDB 6.00". This fixes an issue where the script would drop table "locales_broadcast_text" from a world database of another version (335, 434). Issue added in df444890daf74e95d51a229f99996561a88ac71a
2015-01-28Rollback unintended change to 2014_12_25_00_hotfixes_locale_broadcast_text.sqlNayd
2015-01-28Core/Packets: Update and enable SMSG_WEATHERNayd
2015-01-19Revert changes to 2014_10_19_05_hotfixes_broadcast_text.sql in previous ↵Nayd
commit (08a98c623742cd2873) Be right back, filling a bug report to Notepad++ for corrupting files
2015-01-19Line ending fix, sorry.Nayd
2014-12-26SQLs: Replace placehold variable by default world db nameDuarte Duarte
Travis tests SQL imports and it would fail otherwise. Do not forget to change the variable to your world database name (if different from 'world') in the file 2014_12_25_00_hotfixes_locale_broadcast_text.sql
2014-12-26Core/DataStores: Added DB2ManagerShauren
* Moved DB2 helpers to new class * Moved hotfix data to hotfixes database and core management functions to DB2Manager class * Updated HotfixNotifyBlob packet
2014-12-25Core/DataStores: Moved broadcast_text handling to DB2StorageShauren
2014-10-24DB/Hotfixes: Fixed some texts in broadcast_text that had double quotation marksKinzcool
2014-10-24DB/Hotfixes: Added TaxiPathNodeKinzcool
2014-10-19DB/Hotfixes: Added GameObjectsKinzcool
2014-10-19DB: Create hotfixes_database.sql file and update .travis.yml to import hotfixesDDuarte
Note: hotfixes_database.sql will be empty until the next TDB release And here's a friendly reminder that trinity now uses 4 DBs: characters, auth, world and hotfixes
2014-10-19DB/Hotfixes: Fixed a problem from the parserKinzcool
2014-10-19DB/Hotfixes: Added BroadcastTextKinzcool
* ToDo: delete the one in `world`
2014-10-19DB/Hotfixes: Added Creature & CreatureDifficultyKinzcool
2014-10-19DB/Hotfixes: Created a `hotfixes` database for DB2 data that can be sent via ↵Kinzcool
SMSG_DB_REPLY * Added AreaPOI * Added AreaPOIState