As issued by vcoc, some pet items not working properly has been patches. New BRPQ reward announcer NPC. More minor patches.
10 lines
190 B
JavaScript
10 lines
190 B
JavaScript
/**
|
|
*9201073 - Tombstone
|
|
*@author Ronan
|
|
*/
|
|
|
|
function start() {
|
|
cm.sendOk("(This enigmatic tombstone keeps emmiting strange forces... Better look another way.)");
|
|
cm.dispose();
|
|
}
|