From 2dced0abb98413145bfcbef97d18f5076c70b87c Mon Sep 17 00:00:00 2001 From: Paxnar <67262211+Paxnar@users.noreply.github.com> Date: Sun, 3 Sep 2023 01:09:41 +0300 Subject: [PATCH] Update DreamRadar.cs Changed Audino to Sigilyph --- BW_tool/Editors/DreamRadar.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BW_tool/Editors/DreamRadar.cs b/BW_tool/Editors/DreamRadar.cs index 458f1c5..325e781 100644 --- a/BW_tool/Editors/DreamRadar.cs +++ b/BW_tool/Editors/DreamRadar.cs @@ -707,7 +707,7 @@ namespace BW_tool private UInt32[] legendaries = new UInt32[8]; - public int[] legit_pk_index = new int[]{0, 79, 120, 137, 163, 174, 175, 213, 238, 280, 333, 374, 425, 436, 442, 447, 479, 517, 531}; + public int[] legit_pk_index = new int[]{0, 79, 120, 137, 163, 174, 175, 213, 238, 280, 333, 374, 425, 436, 442, 447, 479, 517, 561}; public int[] legit_item_index = new int[]{0, 72, 73, 74, 75, 51, 154, 28, 29, 80, 109, 81, 82, 83, 84, 85, 91, 93, 270, 275, 538, 44, 50, 221}; public bool illegal; @@ -916,4 +916,4 @@ Item Structure 0x00 - 0x01 Quantity 0x02 - 0x03 Item ID -*/ \ No newline at end of file +*/