mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
5 lines
No EOL
117 B
Lua
5 lines
No EOL
117 B
Lua
function On_Player_Create(event, player)
|
|
player:LearnSpell(90001)
|
|
end
|
|
|
|
RegisterPlayerEvent(30, On_Player_Create) |