mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
8 lines
No EOL
140 B
Raku
8 lines
No EOL
140 B
Raku
# Halloween female dark elf costume
|
|
|
|
sub EVENT_ITEM_CLICK {
|
|
if($itemid == 54702){
|
|
quest::playerrace(339);
|
|
quest::playergender(1);
|
|
}
|
|
} |