vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | function ParchmentConfirmedAction() |
2 | if(PARCHMENT_CONFIRM_ACTION == "clear") then |
||
3 | ParchmentEditBox:SetText(""); |
||
4 | else -- Deleting the Chapter |
||
5 | Parchment_Data[PARCHMENT_PLAYER] = nil; |
||
6 | PARCHMENT_PLAYER = "General"; |
||
7 | ParchmentSetText(); |
||
8 | Parchment_Update(); |
||
9 | ChatFrame1:AddMessage("This character's Chapter is now deleted"); |
||
10 | end |
||
11 | end |