diff --git a/localization/locale_dede.php b/localization/locale_dede.php index 719fd767..15f5a8a2 100644 --- a/localization/locale_dede.php +++ b/localization/locale_dede.php @@ -1471,7 +1471,7 @@ $lang = array( "Inschriftenkunde", "Vom Fahrzeug öffnen" ), 'stealthType' => ["Allgemein", "Falle"], - 'invisibilityType' => ["Allgemein", 3 => "Falle", 6 => "Trunkenheit"], + 'invisibilityType' => [null, "Allgemein", null, "Falle", null, null, "Trunkenheit", null, null, null, null, null], 'attributes' => array( // index defined by filters 69 => "Alle Zaubereffekte sind schädlich", 57 => "Aura kann nicht entfernt werden", diff --git a/localization/locale_enus.php b/localization/locale_enus.php index aa9ebefb..46b11a4c 100644 --- a/localization/locale_enus.php +++ b/localization/locale_enus.php @@ -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", diff --git a/localization/locale_eses.php b/localization/locale_eses.php index f8aa9dd5..a3373e10 100644 --- a/localization/locale_eses.php +++ b/localization/locale_eses.php @@ -1472,7 +1472,7 @@ $lang = array( "Inscripción", "Abrir desde vehículo" ), '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 => "Todos los efectos de Hechizos son perjudiciales", 57 => "El aura no se puede cancelar", diff --git a/localization/locale_frfr.php b/localization/locale_frfr.php index 543ef303..faef9554 100644 --- a/localization/locale_frfr.php +++ b/localization/locale_frfr.php @@ -1472,7 +1472,7 @@ $lang = array( "Calligraphie", "Ouverture à partir d'un véhicule", ), '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 => "Tous les effets de sort sont nuisibles", 57 => "L'aura ne peut être annulée", diff --git a/localization/locale_ruru.php b/localization/locale_ruru.php index cb7396d1..11ab6211 100644 --- a/localization/locale_ruru.php +++ b/localization/locale_ruru.php @@ -1472,7 +1472,7 @@ $lang = array( "Начертание", "Открыть на ходу" ), '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 => "Все пагубные эффекты заклинаний", 57 => "Эффект не может быть отменен", diff --git a/localization/locale_zhcn.php b/localization/locale_zhcn.php index 1dcaf344..9e489589 100644 --- a/localization/locale_zhcn.php +++ b/localization/locale_zhcn.php @@ -1472,7 +1472,7 @@ $lang = array( "书典", "未锁上的物品" ), '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 => "所有法术效果都是有害的", 57 => "无法取消光环",