mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- Caching: also prevent caching in AjaxHandler
- Util: initialize enchantments even if it has no usable stats - NPCs: * added tamability to infobox * added pet-spells to controlled spells tab * fixed displaying texts for zero-length strings, also adapted TrinityCore:master/e567ab95972508adc85a36f867723114a04fe227 * hide listview column 'type', when displaying one specific type - Utility - missing-screenshots: reduced list-size to 200 - fixed copypasta-typo in locale_eses.js - Skill: fixed error in detail page title
This commit is contained in:
@@ -3257,7 +3257,7 @@ var LANG = {
|
||||
|
||||
fidropdowns:{
|
||||
yn: [ [1, "Sí"], [2, "No"] ],
|
||||
num: [ [1, ">"], [2, ">="], [3, "="], [4, "<="], [5, "<"], [6, "!="]], ],
|
||||
num: [ [1, ">"], [2, ">="], [3, "="], [4, "<="], [5, "<"], [6, "!="]],
|
||||
side: [ [1, "Sí"], [2, "Alianza"], [3, "Horda"], [4, "Ambos"], [5, "No"] ],
|
||||
faction: [
|
||||
[1015, "Ala Abisal"], [469, "Alianza"], [21, "Bahía del Botín"], [1011, "Bajo Arrabal"], [946, "Bastión del Honor"],
|
||||
|
||||
Reference in New Issue
Block a user