mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
eluna OnLearnTalents hook and player:LearnTalent function
Signed-off-by: Salja <salja8840@gmail.com>
This commit is contained in:
@@ -9,10 +9,9 @@
|
||||
|
||||
#include "Hooks.h"
|
||||
#include "HookHelpers.h"
|
||||
#include "ElunaTemplate.h"
|
||||
#include "LuaEngine.h"
|
||||
#include "ElunaTemplate.h" // Needed to be able to push BattleGround objects.
|
||||
#include "ElunaBinding.h"
|
||||
#include "ElunaTemplate.h"
|
||||
|
||||
using namespace Hooks;
|
||||
|
||||
@@ -65,4 +64,4 @@ void Eluna::OnBGDestroy(BattleGround* bg, BattleGroundTypeId bgId, uint32 instan
|
||||
CallAllFunctions(BGEventBindings, BG_EVENT_ON_PRE_DESTROY);
|
||||
}
|
||||
|
||||
#endif // _BATTLEGROUND_HOOKS_H
|
||||
#endif // _BATTLEGROUND_HOOKS_H
|
||||
|
||||
Reference in New Issue
Block a user