Files
sweetgum-server/scripts/npc/world0/9201083.js
ronancpl 03ab8be97d Cash Pet Food issue + BRPQ minor patch
As issued by vcoc, some pet items not working properly has been patches.
New BRPQ reward announcer NPC. More minor patches.
2017-05-01 13:46:48 -03:00

10 lines
208 B
JavaScript

/**
*9201083 - The Glimmer Man
*@author Ronan
*/
function start() {
cm.sendOk("The patrol in New Leaf City is always ready. No creatures are able to break through to the city.");
cm.dispose();
}