mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
6 lines
No EOL
177 B
Text
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 |