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:
Sarjuuk
2025-07-17 23:18:36 +02:00
parent 707dc32495
commit dfefa914af
2 changed files with 1 additions and 2 deletions

View File

@@ -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],