chore: Bumps MailKit to 4.7.0 & Cleans up bad code formatting (#1857)
This commit is contained in:
parent
0374b74f67
commit
c914d3d722
7 changed files with 9 additions and 9 deletions
|
|
@ -398,7 +398,7 @@ public partial class SoulStone : Item, ISecurable
|
|||
AddButton(10, 360, 0xFA5, 0xFA6, 2);
|
||||
|
||||
// Activate the stone. I am ready to transfer the skill points to it.
|
||||
AddHtmlLocalized(45,362,450,20,1070720,0x7FFF);
|
||||
AddHtmlLocalized(45, 362, 450, 20, 1070720, 0x7FFF);
|
||||
|
||||
AddButton(10, 380, 0xFA5, 0xFA6, 1);
|
||||
AddHtmlLocalized(45, 382, 450, 20, 1062279, 0x7FFF); // No, let me make another selection.
|
||||
|
|
@ -542,12 +542,12 @@ public partial class SoulStone : Item, ISecurable
|
|||
AddButton(10, 360, 0xFA5, 0xFA6, 2);
|
||||
|
||||
// Activate the stone. I am ready to retrieve the skill points from it.
|
||||
AddHtmlLocalized(45,362,450,20,1070719,0x7FFF);
|
||||
AddHtmlLocalized(45, 362, 450, 20, 1070719, 0x7FFF);
|
||||
|
||||
AddButton(10, 380, 0xFA5, 0xFA6, 1);
|
||||
|
||||
// Remove all skill points from this stone and DO NOT absorb them.
|
||||
AddHtmlLocalized(45,382,450,20,1070723,0x7FFF);
|
||||
AddHtmlLocalized(45, 382, 450, 20, 1070723, 0x7FFF);
|
||||
|
||||
AddButton(10, 410, 0xFB1, 0xFB2, 0);
|
||||
AddHtmlLocalized(45, 412, 450, 20, 1060051, 0x7FFF); // CANCEL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue