Skip to content

Commit

Permalink
Add new environmental death hook support to CMaNGOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Oct 12, 2023
1 parent 0dca017 commit dc040cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMangos/GlobalMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ namespace LuaGlobalFunctions
* PLAYER_EVENT_ON_LOOT_MONEY = 37, // (event, player, amount)
* PLAYER_EVENT_ON_QUEST_ABANDON = 38, // (event, player, questId)
* PLAYER_EVENT_ON_LEARN_TALENTS = 39, // (event, player, talentId, talentRank, spellid)
* // UNUSED = 40, // (event, player)
* PLAYER_EVENT_ON_ENVIRONMENTAL_DEATH = 40, // (event, player, environmentalDamageType)
* // UNUSED = 41, // (event, player)
* PLAYER_EVENT_ON_COMMAND = 42, // (event, player, command) - player is nil if command used from console. Can return false
* };
Expand Down

0 comments on commit dc040cc

Please sign in to comment.