eluna-scripts-ornfelt/lua/WowEmulationScriptPack/Lua/WIP/CustomTalentServer.lua.DISABLED
2024-09-23 07:59:23 +02:00

6 lines
No EOL
177 B
Text

local AIO = AIO or require("AIO")
local TalentHandlers = AIO.AddHandlers("CustomTalents", {})
function TalentHandlers.TestPrint(player)
player:SendBroadcastMessage("YES.")
end