Skip to content

Commit

Permalink
docs: update comment for PLAYER_EVENT_ON_GIVE_XP
Browse files Browse the repository at this point in the history
  • Loading branch information
r-o-b-o-t-o authored May 6, 2023
1 parent 817859a commit f7e9024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LuaEngine/GlobalMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ namespace LuaGlobalFunctions
* PLAYER_EVENT_ON_DUEL_REQUEST = 9, // (event, target, challenger)
* PLAYER_EVENT_ON_DUEL_START = 10, // (event, player1, player2)
* PLAYER_EVENT_ON_DUEL_END = 11, // (event, winner, loser, type)
* PLAYER_EVENT_ON_GIVE_XP = 12, // (event, player, amount, victim) - Can return new XP amount
* PLAYER_EVENT_ON_GIVE_XP = 12, // (event, player, amount, victim, source) - Can return new XP amount
* PLAYER_EVENT_ON_LEVEL_CHANGE = 13, // (event, player, oldLevel)
* PLAYER_EVENT_ON_MONEY_CHANGE = 14, // (event, player, amount) - Can return new money amount
* PLAYER_EVENT_ON_REPUTATION_CHANGE = 15, // (event, player, factionId, standing, incremental) - Can return new standing -> if standing == -1, it will prevent default action (rep gain)
Expand Down

0 comments on commit f7e9024

Please sign in to comment.