Added more quests on Masteria and updated drop data in the region. Fixed mystic door on slopes deploying players unproperly. Fixed mounts equipped by low level players crashing the client.
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
/**
|
|
*9201083 - T-1337
|
|
*@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();
|
|
}
|