feat: add PLAYER_EVENT_ON_CAN_JOIN_LFG (#86)
This commit is contained in:
@@ -722,6 +722,7 @@ namespace LuaGlobalFunctions
|
||||
* PLAYER_EVENT_ON_UPDATE_AREA = 47, // (event, player, oldArea, newArea)
|
||||
* PLAYER_EVENT_ON_CAN_INIT_TRADE = 48, // (event, player, target) - Can return false to prevent the trade
|
||||
* PLAYER_EVENT_ON_CAN_SEND_MAIL = 49, // (event, player, receiverGuid, mailbox, subject, body, money, cod, item) - Can return false to prevent sending the mail
|
||||
* PLAYER_EVENT_ON_CAN_JOIN_LFG = 50, // (event, player, roles, dungeons, comment) - Can return false to prevent queueing
|
||||
* };
|
||||
* </pre>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user