mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Data
* move custom data from setup scripts to DB * move strings from DB to locale files * use common function to calculate coordinates of dungeon entrances instead of inline sql * fixed manual data zones and itemset * fixed typos across the board
This commit is contained in:
@@ -298,6 +298,10 @@ $lang = array(
|
||||
"Milled", "Mined", "Prospected", "Pickpocketed", "Salvaged", "Skinned",
|
||||
"In-Game Store"
|
||||
),
|
||||
'pvpSources' => array(
|
||||
null, "Arena Season 1", "Arena Season 2", "Arena Season 3", "Arena Season 4",
|
||||
"Arena Season 5", "Arena Season 6", "Arena Season 7", "Arena Season 8", "2009 Arena Tournament"
|
||||
),
|
||||
'languages' => array( // Languages.dbc
|
||||
1 => "Orcish", 2 => "Darnassian", 3 => "Taurahe", 6 => "Dwarvish", 7 => "Common", 8 => "Demonic",
|
||||
9 => "Titan", 10 => "Thalassian", 11 => "Draconic", 12 => "Kalimag", 13 => "Gnomish", 14 => "Troll",
|
||||
|
||||
Reference in New Issue
Block a user