• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

4.3.4 Databases?

Sylica

Exalted Member
I'm currently running this Source Code from Trinity:

https://github.com/TrinityCoreLegacy/TrinityCore


And I've ran the latest version of the Database named "TDB_4.3.4-15" from here: https://github.com/TrinityCoreLegacy/TrinityCore/releases
But a lot of tables aren't full. Like there's only 250 items in the item_template db for example. So clearly it's just an Update.

So where do I find the actual Database and not just an update?

4.3.4 uses a DBC file called Item.db2 I believe for items. I remember seeing it awhile back.

https://github.com/TrinityCoreLegac.../src/server/game/DataStores/DB2Stores.cpp#L99
 

Tommy

Founder
When Cataclysm came out it changed the items all together. Item.dbc became Item.db2 and I believe they changed it where only specific items are in the Items table in the database now, and the rest are pulled from db2.
 
Top