mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
fixed erronous formating of armor & block on items
This commit is contained in:
@@ -396,8 +396,8 @@ $lang = array(
|
||||
)
|
||||
),
|
||||
'item' => array(
|
||||
'armor' => "Armor",
|
||||
'block' => "Block",
|
||||
'armor' => "%s Armor",
|
||||
'block' => "%s Block",
|
||||
'charges' => "Charges",
|
||||
'expend' => "expendable",
|
||||
'locked' => "Locked",
|
||||
|
||||
Reference in New Issue
Block a user