From f00ccedbd3aaa0411d559a2e081721c1f91399a4 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Wed, 6 Mar 2024 20:54:06 +0100 Subject: [PATCH] Localization/Invisibility * invisibility type General is on index 0 not index 1. --- localization/locale_dede.php | 2 +- localization/locale_enus.php | 2 +- localization/locale_eses.php | 2 +- localization/locale_frfr.php | 2 +- localization/locale_ruru.php | 2 +- localization/locale_zhcn.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/localization/locale_dede.php b/localization/locale_dede.php index d2d39ec8..df7c9810 100644 --- a/localization/locale_dede.php +++ b/localization/locale_dede.php @@ -1630,7 +1630,7 @@ $lang = array( "Inschriftenkunde", "Vom Fahrzeug öffnen" ), 'stealthType' => ["Allgemein", "Falle"], - 'invisibilityType' => [null, "Allgemein", null, "Falle", null, null, "Trunkenheit", null, null, null, null, null], + 'invisibilityType' => ["Allgemein", "UNK-1", "UNK-2", "Falle", "UNK-4", "UNK-5", "Trunkenheit", "UNK-7", "UNK-8", "UNK-9", "UNK-10", "UNK-11"], '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 402160f9..445b0e74 100644 --- a/localization/locale_enus.php +++ b/localization/locale_enus.php @@ -1630,7 +1630,7 @@ $lang = array( "Inscription", "Open From Vehicle" ), 'stealthType' => ["General", "Trap"], - 'invisibilityType' => [null, "General", null, "Trap", null, null, "Drunk", null, null, null, null, null], + 'invisibilityType' => ["General", "UNK-1", "UNK-2", "Trap", "UNK-4", "UNK-5", "Drunk", "UNK-7", "UNK-8", "UNK-9", "UNK-10", "UNK-11"], '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 5fd79218..a22955fe 100644 --- a/localization/locale_eses.php +++ b/localization/locale_eses.php @@ -1630,7 +1630,7 @@ $lang = array( "Inscripción", "Abrir desde vehículo" ), 'stealthType' => ["GENERAL", "TRAP"], - 'invisibilityType' => [null, "General", null, "Trap", null, null, "Drunk", null, null, null, null, null], + 'invisibilityType' => ["General", "UNK-1", "UNK-2", "Trap", "UNK-4", "UNK-5", "Drunk", "UNK-7", "UNK-8", "UNK-9", "UNK-10", "UNK-11"], '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 72e94c9d..762fa010 100644 --- a/localization/locale_frfr.php +++ b/localization/locale_frfr.php @@ -1630,7 +1630,7 @@ $lang = array( "Calligraphie", "Ouverture à partir d'un véhicule", ), 'stealthType' => ["GENERAL", "TRAP"], - 'invisibilityType' => [null, "General", null, "Trap", null, null, "Drunk", null, null, null, null, null], + 'invisibilityType' => ["General", "UNK-1", "UNK-2", "Trap", "UNK-4", "UNK-5", "Drunk", "UNK-7", "UNK-8", "UNK-9", "UNK-10", "UNK-11"], '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 53d67958..ba378cde 100644 --- a/localization/locale_ruru.php +++ b/localization/locale_ruru.php @@ -1630,7 +1630,7 @@ $lang = array( "Начертание", "Открыть на ходу" ), 'stealthType' => ["GENERAL", "TRAP"], - 'invisibilityType' => [null, "General", null, "Trap", null, null, "Drunk", null, null, null, null, null], + 'invisibilityType' => ["General", "UNK-1", "UNK-2", "Trap", "UNK-4", "UNK-5", "Drunk", "UNK-7", "UNK-8", "UNK-9", "UNK-10", "UNK-11"], 'attributes' => array( // index defined by filters 69 => "Все пагубные эффекты заклинаний", 57 => "Эффект не может быть отменен", diff --git a/localization/locale_zhcn.php b/localization/locale_zhcn.php index db5a3685..35cb8ec0 100644 --- a/localization/locale_zhcn.php +++ b/localization/locale_zhcn.php @@ -1629,7 +1629,7 @@ $lang = array( "书典", "未锁上的物品" ), 'stealthType' => ["一般", "陷阱"], - 'invisibilityType' => [null, "一般", null, "陷阱", null, null, "醉酒", null, null, null, null, null], + 'invisibilityType' => ["一般", "UNK-1", "UNK-2", "陷阱", "UNK-4", "UNK-5", "醉酒", "UNK-7", "UNK-8", "UNK-9", "UNK-10", "UNK-11"], 'attributes' => array( // index defined by filters 69 => "所有法术效果都是有害的", 57 => "无法取消光环",