mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Feat(LuaEngine/PlayerHooks): Add OnCanPlayerResurrect (#236)
This commit is contained in:
@@ -812,6 +812,11 @@ public:
|
||||
{
|
||||
sEluna->OnCreatureKilledByPet(player, killed);
|
||||
}
|
||||
|
||||
bool CanPlayerResurrect(Player* player) override
|
||||
{
|
||||
return sEluna->CanPlayerResurrect(player);
|
||||
}
|
||||
};
|
||||
|
||||
class Eluna_ServerScript : public ServerScript
|
||||
|
||||
Reference in New Issue
Block a user