UNPKG

ggejs

Version:

A powerful JavaScript library for interacting with the server of Goodgame Empire: Four Kingdoms

9 lines 307 B
module.exports.name = "aha"; /** * @param {Socket} socket * @param {number} kingdomId */ module.exports.execute = function (socket, kingdomId = 15) { const C2SAllianceHelpAllVO = {getCmdId: "aha", params: {KID: kingdomId}} require('../data').sendCommandVO(socket, C2SAllianceHelpAllVO); }