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
This commit is contained in:
parent
707dc32495
commit
dfefa914af
2 changed files with 1 additions and 2 deletions
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue