mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* moved duplicate utility/dom-functions from global.js to basic.js
- consequentially prepended $WH to those functions (since i do have issues with regEx, some errors may occur) * simplified including required JS and CSS files per page * replaced old Menu-class with (almost) current version. Since it relies heavily on jQuery it is also loaded.
This commit is contained in:
@@ -1570,12 +1570,16 @@ var g_quest_sorts = {
|
||||
var g_quest_types = {
|
||||
0: 'Normal',
|
||||
1: 'Group',
|
||||
81: 'Dungeon',
|
||||
62: 'Raid',
|
||||
21: 'Life',
|
||||
41: 'PvP',
|
||||
62: 'Raid',
|
||||
81: 'Dungeon',
|
||||
82: 'World Event',
|
||||
83: 'Legendary',
|
||||
84: 'Escort',
|
||||
85: 'Heroic'
|
||||
85: 'Heroic',
|
||||
88: 'Raid (10)',
|
||||
89: 'Raid (25)'
|
||||
};
|
||||
|
||||
var g_sides = {
|
||||
@@ -1615,6 +1619,21 @@ var g_spell_resistances = {
|
||||
6: 'Arcane'
|
||||
};
|
||||
|
||||
var g_spell_categories = {
|
||||
'-13': 'Glyphs',
|
||||
'-11': 'Proficiencies',
|
||||
'-8': 'NPC Abilities',
|
||||
'-7': 'Pet Talents',
|
||||
'-6': 'Companions',
|
||||
'-5': 'Mounts',
|
||||
'-4': 'Racial Traits',
|
||||
'-3': 'Pet Skills',
|
||||
'-2': 'Talents',
|
||||
7: 'Class Skills',
|
||||
9: 'Secondary Skills',
|
||||
11: 'Professions'
|
||||
};
|
||||
|
||||
var g_spell_types = {
|
||||
"-11": {
|
||||
1: 'Weapons',
|
||||
@@ -3745,6 +3764,8 @@ var LANG = {
|
||||
menu_newprofile: "New Custom Profile",
|
||||
menu_chooseclassspec: "Choose Your Class/Spec",
|
||||
|
||||
pr_selectregion: "Select a region",
|
||||
|
||||
pr_menu_equip: "Equip...",
|
||||
pr_menu_replace: "Replace...",
|
||||
pr_menu_add: "Add...",
|
||||
|
||||
Reference in New Issue
Block a user