mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
5 lines
112 B
Perl
5 lines
112 B
Perl
sub EVENT_SAY {
|
|
$npc->CastSpell(3087,$userid); # Spell: Cazic Touch
|
|
quest::shout("SILENCE IN THE LIBRARY!");
|
|
|
|
}
|