From e55a710667a0d02a0e4ddb70c4dfab851fcc15ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 7 Jun 2020 06:06:09 +0000 Subject: Fix wrong comment in db/re/attr_fix.txt The description of rows and columns was swapped. --- db/re/attr_fix.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/re/attr_fix.txt b/db/re/attr_fix.txt index 96d6b37d1..79c55aeca 100644 --- a/db/re/attr_fix.txt +++ b/db/re/attr_fix.txt @@ -1,7 +1,7 @@ // Elemental attribute damage adjustment tables // -// Row: target's defense element -// Column: attacker's weapon element +// Row: attacker's weapon element +// Column: target's defense element 1,10 // lv1 Attribute table //Neut Watr Erth Fire Wind Pois Holy Shdw Gho Und -- cgit v1.2.3-60-g2f50 From 7fc7e8bda3d619fe81ecb40eb3f8e078f503f1a2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 7 Jun 2020 06:07:16 +0000 Subject: Fix wrong comment in db/pre-re/attr_fix.txt The description of rows and columns was swapped. --- db/pre-re/attr_fix.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/pre-re/attr_fix.txt b/db/pre-re/attr_fix.txt index 134eec5cd..d1f59068e 100644 --- a/db/pre-re/attr_fix.txt +++ b/db/pre-re/attr_fix.txt @@ -1,7 +1,7 @@ // Elemental attribute damage adjustment tables // -// Row: target's defense element -// Column: attacker's weapon element +// Row: attacker's weapon element +// Column: target's defense element 1,10 // lv1 Attribute table //Neut Watr Erth Fire Wind Pois Holy Shdw Gho Und -- cgit v1.2.3-60-g2f50