ggejs
Version:
A powerful JavaScript library for interacting with the server of Goodgame Empire: Four Kingdoms
9 lines • 313 B
JavaScript
module.exports.name = "mmn";
/**
* @param {Socket} socket
* @param {number} messageId
*/
module.exports.execute = function (socket, messageId) {
const C2SMarketCarriageNotifyVO = {getCmdId: "mmn", params: {MID: messageId},}
require('../data').sendCommandVO(socket, C2SMarketCarriageNotifyVO);
}