From dfefa914af9c8b26ebb63b5df13e5f8d6c2a7d6a Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Thu, 17 Jul 2025 23:18:36 +0200 Subject: [PATCH] Misc/Fixup * remove vintage copy-paste error (that probably didn't do anything) in SmartAI * fix well-riped copy-paste error (that definitely did something) in Conditions --- includes/components/SmartAI/SmartAI.class.php | 1 - static/js/locale_dede.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/components/SmartAI/SmartAI.class.php b/includes/components/SmartAI/SmartAI.class.php index a4dc6e00..3fb2f569 100644 --- a/includes/components/SmartAI/SmartAI.class.php +++ b/includes/components/SmartAI/SmartAI.class.php @@ -480,7 +480,6 @@ class SmartAI { // action => paramIdx with spellIds $lookup = array( - self::SRC_TYPE_CREATURE => [1], SmartAction::ACTION_CAST => [1], SmartAction::ACTION_ADD_AURA => [1], SmartAction::ACTION_INVOKER_CAST => [1], diff --git a/static/js/locale_dede.js b/static/js/locale_dede.js index 2bf1e5ef..83692e30 100644 --- a/static/js/locale_dede.js +++ b/static/js/locale_dede.js @@ -2486,7 +2486,7 @@ var g_conditions = { 15: 'Der Spieler ist $Nein:kein; $1', 16: 'Der Spieler ist $Nein:kein; $1', 17: 'Der Spieler hat$N: nicht; [achievement=$1] erlangt', - 17: 'Der Spieler hat$N: nicht; [title=$1] erhalten', + 18: 'Der Spieler hat$N: nicht; [title=$1] erhalten', 19: 'Die Spawnmaske der Entität is $Ngleich:ungleich; "$1"', 20: 'Des Spielers Geschlecht is$N: nicht; $1', 21: 'Der Zustand der Kreatur ist$N: nicht; $1',