mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
implemented detail-page for pets
- plus food and talents, minus zones (those are just madning) - also addes some bc/classic information on pet scaling * mucked about the modelviewer, always uses high quality version .. should muck about some more to add animation-info and remove the java-option * fixed some minor issues in spell maxaffectedtaregs in spell is displayed properly and erronous adding all classes/races to globals if none where selected * created own table for creatures which unifies creature_template, locales_creature, creature_template_addon and some creatureDisplayInfo.dbc information * more work against listviews and general structure in global.js .. should probably split this file by class and reassemble it for use
This commit is contained in:
@@ -109,6 +109,7 @@ $lang = array(
|
||||
'mechAbbr' => "Mech.",
|
||||
'pet' => "Pet",
|
||||
'pets' => "Hunter Pets",
|
||||
'petCalc' => "Hunter Pet Calculator",
|
||||
'requires' => "Requires %s",
|
||||
'requires2' => "Requires",
|
||||
'reqLevel' => "Requires Level %s",
|
||||
@@ -282,9 +283,8 @@ $lang = array(
|
||||
)
|
||||
),
|
||||
'pet' => array(
|
||||
'cat' => array(
|
||||
'Ferocity', 'Tenacity', 'Cunning'
|
||||
)
|
||||
'exotic' => "Exotic",
|
||||
'cat' => ["Ferocity", "Tenacity", "Cunning"]
|
||||
),
|
||||
'itemset' => array(
|
||||
'_desc' => "<b>%s</b> is the <b>%s</b>. It contains %s pieces.",
|
||||
|
||||
Reference in New Issue
Block a user