Localization

* replace null with "" for spelltriggers on items (otherwise valid values will throw an error)
This commit is contained in:
Sarjuuk
2015-08-17 21:11:04 +02:00
parent 8394a3863f
commit 960e48b7aa
5 changed files with 9 additions and 9 deletions

View File

@@ -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",