mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Defines
* declare and use Spell Effects and Spell Auras
This commit is contained in:
@@ -364,7 +364,7 @@ SqlGen::register(new class extends SetupScript
|
||||
|
||||
for ($i = 1; $i <= 3; $i++)
|
||||
{
|
||||
if ($effects['effect'.$i.'Id'] != 36) // effect: learnSpell
|
||||
if ($effects['effect'.$i.'Id'] != SPELL_EFFECT_LEARN_SPELL)
|
||||
continue;
|
||||
|
||||
$triggered = true;
|
||||
|
||||
Reference in New Issue
Block a user