mirror of
https://github.com/araxiaonline/awakening-lua.git
synced 2026-06-13 10:22:22 -04:00
7 lines
238 B
Lua
7 lines
238 B
Lua
local function Scroll(event, player, item, target)
|
|
player:SetKnownTitle(210)
|
|
player:SendNotification("|cffFF6600 Thanks for becoming a founder! |r")
|
|
player:CastSpell(player, 55420, false)
|
|
end
|
|
|
|
RegisterItemEvent(977020, 2, Scroll) |