Jump to content

Wakazashi +1 is non-magical


igi

Recommended Posts

BUG:

"Wakazashi +1 was not flagged as magical though it is enchanted, so could get through Protection From Magical Weapons"

 

CAUSE:

Magical bit not set.

 

FIX:

Set the magical bit.

COPY_EXISTING ~sw1h47.itm~ ~override/sw1h47.itm~
 READ_BYTE "0x0018" "flags"
 WRITE_LONG "0x0018" (%flags% BOR 0b01000000)
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...