* added skills listview-page

* removed some overzealous $WH.-insertions
* fixed logic error omiting jsGlobals with id: 1
This commit is contained in:
Sarjuuk
2013-08-07 19:52:17 +02:00
parent 5436ead926
commit 0b0fa39ff4
19 changed files with 428 additions and 80 deletions

View File

@@ -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"