mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Localization
* replace null with "" for spelltriggers on items (otherwise valid values will throw an error)
This commit is contained in:
@@ -938,8 +938,8 @@ $lang = array(
|
||||
"Epic", "Legendary", "Artifact", "Heirloom"
|
||||
),
|
||||
'trigger' => array(
|
||||
"Use: ", "Equip: ", "Chance on hit: ", null, null,
|
||||
null, null
|
||||
"Use: ", "Equip: ", "Chance on hit: ", "", "",
|
||||
"", ""
|
||||
),
|
||||
'bonding' => array(
|
||||
"Binds to account", "Binds when picked up", "Binds when equipped",
|
||||
|
||||
Reference in New Issue
Block a user