eluna-scripts-ornfelt/lua/WowEmulationScriptPack/Lua/WIP/CustomTalentServer.lua.DISABLED

6 lines
177 B
Text
Raw Permalink Normal View History

2023-08-16 00:50:59 +02:00
local AIO = AIO or require("AIO")
local TalentHandlers = AIO.AddHandlers("CustomTalents", {})
function TalentHandlers.TestPrint(player)
player:SendBroadcastMessage("YES.")
end