diff --git a/Perl-EVENT_TASK_STAGE_COMPLETE.md b/Perl-EVENT_TASK_STAGE_COMPLETE.md index 9ebc660..e883a7d 100755 --- a/Perl-EVENT_TASK_STAGE_COMPLETE.md +++ b/Perl-EVENT_TASK_STAGE_COMPLETE.md @@ -24,7 +24,7 @@ sub EVENT_TASK_STAGE_COMPLETE { ```perl sub EVENT_TASK_STAGE_COMPLETE { if ($task_id == 7 && $activity_id == 4) { - #::: World Emote + #::: World Emote quest::we(15, "Finally, we have rid ourselves of the gnomes!"); } }