Skip to content

Commit

Permalink
NR Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
DueDine committed Feb 24, 2025
1 parent 1659787 commit d431a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Heavensward/The_Cuff_of_the_Son.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace KDrawScript.Dev
{
[ScriptType(name: "Alexander - The Cuff of the Son", territorys: [521], guid: "E6835ED0-D91C-4946-B07E-3634337311D7", version: "0.0.0.1", author: "Due")]
[ScriptType(name: "Alexander - The Cuff of the Son (A6)", territorys: [521], guid: "E6835ED0-D91C-4946-B07E-3634337311D7", version: "0.0.0.1", author: "Due")]
public class The_Cuff_of_the_Son
{
public void Init(ScriptAccessory accessory)
Expand Down
2 changes: 1 addition & 1 deletion Heavensward/The_Eyes_of_the_Creator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace KDrawScript.Dev
{
[ScriptType(name: "Alexander - The Eyes of the Creator", territorys: [580], guid: "31204d48-0846-41fc-a389-20c8fb5327b1", version: "0.0.0.1", author: "Due")]
[ScriptType(name: "Alexander - The Eyes of the Creator (A9)", territorys: [580], guid: "31204d48-0846-41fc-a389-20c8fb5327b1", version: "0.0.0.1", author: "Due")]
public class TheEyesoftheCreator
{
public void Init(ScriptAccessory accessory)
Expand Down
2 changes: 1 addition & 1 deletion Heavensward/The_Fist_of_the_Son.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace KDrawScript.Dev
{
[ScriptType(name: "Alexander - The Fist of the Son", territorys: [520], guid: "214e5774-a935-4b5f-858e-b9b7db00816d", version: "0.0.0.1", author: "Due")]
[ScriptType(name: "Alexander - The Fist of the Son (A5)", territorys: [520], guid: "214e5774-a935-4b5f-858e-b9b7db00816d", version: "0.0.0.1", author: "Due")]
public class TheFistoftheSon
{
public void Init(ScriptAccessory accessory)
Expand Down

0 comments on commit d431a4b

Please sign in to comment.