mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* added skills listview-page
* removed some overzealous $WH.-insertions * fixed logic error omiting jsGlobals with id: 1
This commit is contained in:
@@ -121,6 +121,8 @@ $lang = array(
|
||||
'reqSkillLevel' => "Required skill level",
|
||||
'level' => "Level",
|
||||
'school' => "School",
|
||||
'skill' => "skill",
|
||||
'skills' => "Skills",
|
||||
'spell' => "spell",
|
||||
'spells' => "Spells",
|
||||
'type' => "Type",
|
||||
@@ -281,6 +283,12 @@ $lang = array(
|
||||
'General', 'Player vs. Player', 'Reputation', 'Dungeons & Raids', 'Quests', 'Professions', 'World Events'
|
||||
)
|
||||
),
|
||||
'skill' => array(
|
||||
'cat' => array(
|
||||
-6 => 'Companions', -5 => 'Mounts', -4 => 'Racial Traits', 5 => 'Attributes', 6 => 'Weapon Skills', 7 => 'Class Skills', 8 => 'Armor Proficiencies',
|
||||
9 => 'Secondary Skills', 10 => 'Languages', 11 => 'Professions'
|
||||
)
|
||||
),
|
||||
'currency' => array(
|
||||
'cat' => array(
|
||||
1 => "Miscellaneous", 2 => "Player vs. Player", 4 => "Classic", 21 => "Wrath of the Lich King", 22 => "Dungeon and Raid", 23 => "Burning Crusade", 41 => "Test", 3 => "Unused"
|
||||
|
||||
Reference in New Issue
Block a user