/
hotfix_data

hotfix_data

Back-to:Hotfixes

The `hotfix_data` table

This table contains the data for hotfixes. Every change within the hotfixes database needs to have a record in this table so the client knows that it should fetch the data from the server.

 

Structure

FieldTypeAttributesKeyNullDefaultExtraComment
TableHashint(10)unsignedPRINO0  
RecordIDint(10)signedPRINO   
Timestampint(10)unsignedPRINO0  
Deletedtinyint(3)unsigned NO0  

Description of the fields

TableHash

This field contains the DB2 Hashes which can be found in the WoWPacketParser.
The hash needs to equal the db2 hash of the table that you applied a hotfix to.

RecordID

The ID of the table that you applied the hotfix to. This ID is unique to the table defined with TableHash.

Timestamp

The date when the hotfix was applied, in Unix time.

Deleted

Boolean 0 or 1 telling the client whether the applied hotfix has been deleted or not.

Related content

hotfixes_item
hotfixes_item
More like this
item_modified_appearance
item_modified_appearance
More like this
item_appearance
item_appearance
More like this
item_effect
item_effect
More like this
item_sparse
item_sparse
More like this
DB2
More like this