From 6b887a49e178ea910a6a3b63611ac23c73a0cdee Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Sat, 10 Nov 2018 10:22:15 -0500 Subject: [PATCH] SPELL_EFFECT not SPELL_ --- Perl-API---Perl-Sub-Event-Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Perl-API---Perl-Sub-Event-Examples.md b/Perl-API---Perl-Sub-Event-Examples.md index 599f520..b2e57cd 100644 --- a/Perl-API---Perl-Sub-Event-Examples.md +++ b/Perl-API---Perl-Sub-Event-Examples.md @@ -1432,7 +1432,7 @@ sub EVENT_SPAWN { | --- | --- | --- |caster_id | int | `quest::say($caster_id); # returns int` -# EVENT_SPELL_BUFF_TIC_CLIENT +# EVENT_SPELL_EFFECT_BUFF_TIC_CLIENT ### Trigger @@ -1444,7 +1444,7 @@ sub EVENT_SPAWN { | --- | --- | --- |caster_id | int | `quest::say($caster_id); # returns int` -# EVENT_SPELL_BUFF_TIC_NPC +# EVENT_SPELL_EFFECT_BUFF_TIC_NPC ### Trigger