Localization/Invisibility

* set placeholders for unknown but used invisibilityTypes to suppress errors on access
This commit is contained in:
Sarjuuk
2020-12-17 22:25:25 +01:00
parent be77474637
commit 4ed2d0836f
6 changed files with 6 additions and 6 deletions

View File

@@ -1472,7 +1472,7 @@ $lang = array(
"Inscription", "Open From Vehicle"
),
'stealthType' => ["General", "Trap"],
'invisibilityType' => ["General", 3 => "Trap", 6 => "Drunk"],
'invisibilityType' => [null, "General", null, "Trap", null, null, "Drunk", null, null, null, null, null],
'attributes' => array( // index defined by filters
69 => "All spell effects are harmful",
57 => "Aura cannot be cancelled",