mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
No EOL
104 B
Raku
7 lines
No EOL
104 B
Raku
# Halloween fairy costume
|
|
|
|
sub EVENT_ITEM_CLICK {
|
|
if($itemid == 54693){
|
|
quest::playerrace(473);
|
|
}
|
|
} |