Feat(LuaEngine/PlayerHooks): Add OnCanPlayerResurrect (#236)
This commit is contained in:
@@ -716,6 +716,8 @@ namespace LuaGlobalFunctions
|
||||
* PLAYER_EVENT_ON_CAN_GROUP_INVITE = 55, // (event, player, memberName) - Can return false to prevent inviting
|
||||
* PLAYER_EVENT_ON_GROUP_ROLL_REWARD_ITEM = 56, // (event, player, item, count, voteType, roll)
|
||||
* PLAYER_EVENT_ON_BG_DESERTION = 57, // (event, player, type)
|
||||
* PLAYER_EVENT_ON_PET_KILL = 58, // (event, player, killer)
|
||||
* PLAYER_EVENT_ON_CAN_RESURRECT = 59, // (event, player)
|
||||
* };
|
||||
* </pre>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user