diff options
author | Haru <haru@dotalux.com> | 2020-06-28 02:10:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 02:10:27 +0200 |
commit | 44513531ea39c6bdb464ef74ef60a21d70084904 (patch) | |
tree | af0e8951f73adf8acb9a8a6968b085e9250be8f8 | |
parent | 5b7b4361b53d9d7d5bf6518664f261c1bc7b02f6 (diff) | |
parent | 7fc7e8bda3d619fe81ecb40eb3f8e078f503f1a2 (diff) | |
download | hercules-44513531ea39c6bdb464ef74ef60a21d70084904.tar.gz hercules-44513531ea39c6bdb464ef74ef60a21d70084904.tar.bz2 hercules-44513531ea39c6bdb464ef74ef60a21d70084904.tar.xz hercules-44513531ea39c6bdb464ef74ef60a21d70084904.zip |
Merge pull request #2765 from pazkero/quickfix01
Fix wrong comment in attr_fix.txt
-rw-r--r-- | db/pre-re/attr_fix.txt | 4 | ||||
-rw-r--r-- | db/re/attr_fix.txt | 4 |
2 files changed, 4 insertions, 4 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 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 |