More Masteria quests + several minor fixes
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.
This commit is contained in:
9
scripts/npc/9201101.js
Normal file
9
scripts/npc/9201101.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
*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();
|
||||
}
|
||||
Reference in New Issue
Block a user