View Single Post
09-08-08, 01:51 AM   #1
Selite
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 20
XP gain added to PLAYER_XP_UPDATE

It always struck me as strange that the event returns the unit that fires the event, but not the XP gained.
Not that it's too hard to calculate the gained XP, but I'm all for making my code as small as possible, and I could think of a few applications where it would make life a million times easier.
Ergo; it'd be nice if the arg2 of the event was equal to the XP gain in question.

-Sel.
  Reply With Quote