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