As issued by vcoc, some pet items not working properly has been patches. New BRPQ reward announcer NPC. More minor patches.
10 lines
193 B
JavaScript
10 lines
193 B
JavaScript
/**
|
|
*9201072 - Moonstone Grave
|
|
*@author Ronan
|
|
*/
|
|
|
|
function start() {
|
|
cm.sendOk("(This tombstone keeps emmiting ever oddier light waves the more I stare to it...)");
|
|
cm.dispose();
|
|
}
|