locales_quest

This table contains the localization for the quest texts quest_properties.

Structure

Field Type Default Comment
entry int(30)    
language_code varchar(5) 0  
Title text 0  
Details text 0  
Objectives text 0  
CompletionText text 0  
IncompletionText text 0  
EndText text 0  
ObjectiveText1 text 0  
ObjectiveText2 text 0  
ObjectiveText3 text 0  
ObjectiveText4 text 0  

entry

The entry ID of the quest from quest_properties table.

language_code

The lanuguage code:

frFR = french
deDE = german
ruRU = russian

Title

The localized Title.

Details

The localized Details.

Objectives

The localized Objectives.

CompletionText

The localized CompletionText.

IncompletionText

The localized IncompletionText.

EndText

The localized EndText.

ObjectiveText_1_4

The localized ObjectiveTexts.