Commit Graph

19 Commits

Author SHA1 Message Date
Shauren
0ba2e0d5ee Core/Spells: Implemented multiple spell power costs 2015-03-08 13:31:57 +01:00
Shauren
e63872e1ee Core/DataStores: Updated dbc structures to 6.1 2015-03-04 12:17:06 +01:00
Shauren
5c4fd7ac4f Core/DataStores: Added tables for all loaded DB2 stores 2015-02-22 10:29:12 +01:00
jackpoz
919ab9157e SQL: Make sure the correct world db is select when executing SQL update scripts
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 df444890da
2015-02-05 21:44:57 +01:00
Nayd
7dc90b4efd Rollback unintended change to 2014_12_25_00_hotfixes_locale_broadcast_text.sql 2015-01-28 13:59:56 +00:00
Nayd
6f7d048765 Core/Packets: Update and enable SMSG_WEATHER 2015-01-28 13:58:40 +00:00
Nayd
98034cc5ab Revert changes to 2014_10_19_05_hotfixes_broadcast_text.sql in previous commit (08a98c6237)
Be right back, filling a bug report to Notepad++ for corrupting files
2015-01-19 00:32:49 +00:00
Nayd
08a98c6237 Line ending fix, sorry. 2015-01-19 00:07:10 +00:00
Duarte Duarte
df444890da SQLs: Replace placehold variable by default world db name
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-26 14:34:26 +00:00
Shauren
3c3b42362f Core/DataStores: Added DB2Manager
* Moved DB2 helpers to new class
* Moved hotfix data to hotfixes database and core management functions to DB2Manager class
* Updated HotfixNotifyBlob packet
2014-12-26 01:38:40 +01:00
Shauren
9eb70940bd Core/DataStores: Moved broadcast_text handling to DB2Storage 2014-12-25 22:20:16 +01:00
Kinzcool
96b5eafc06 DB/Hotfixes: Fixed some texts in broadcast_text that had double quotation marks 2014-10-24 15:11:40 -04:00
Kinzcool
cb4509b286 DB/Hotfixes: Added TaxiPathNode 2014-10-24 14:56:29 -04:00
Kinzcool
3af755e2ee DB/Hotfixes: Added GameObjects 2014-10-19 21:12:41 -04:00
DDuarte
6c11194e62 DB: Create hotfixes_database.sql file and update .travis.yml to import hotfixes
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-19 23:57:47 +01:00
Kinzcool
73b8fd14ab DB/Hotfixes: Fixed a problem from the parser 2014-10-19 17:34:20 -04:00
Kinzcool
d1ae8d7b01 DB/Hotfixes: Added BroadcastText
* ToDo: delete the one in `world`
2014-10-19 17:14:49 -04:00
Kinzcool
1c3e1fa15d DB/Hotfixes: Added Creature & CreatureDifficulty 2014-10-19 13:11:51 -04:00
Kinzcool
0bf163bf8f DB/Hotfixes: Created a hotfixes database for DB2 data that can be sent via SMSG_DB_REPLY
* Added AreaPOI
* Added AreaPOIState
2014-10-19 01:19:40 -04:00