diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-22 05:33:28 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-22 05:33:28 +0000 |
commit | 6ef23517b3ca520f5fd2fd264c36461c71f709b1 (patch) | |
tree | 44e303bcd853d4ebed833e46abcdddc344000001 /data/sql/updates | |
parent | bed2fc26f2a90f95c5c597176a33e305b245e985 (diff) |
chore(DB): import pending files
Referenced commit(s): bed2fc26f2a90f95c5c597176a33e305b245e985
Diffstat (limited to 'data/sql/updates')
-rw-r--r-- | data/sql/updates/db_world/2025_09_22_00.sql (renamed from data/sql/updates/pending_db_world/rev_1758340187008819300.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1758340187008819300.sql b/data/sql/updates/db_world/2025_09_22_00.sql index 8df8b69c92..9589e30780 100644 --- a/data/sql/updates/pending_db_world/rev_1758340187008819300.sql +++ b/data/sql/updates/db_world/2025_09_22_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_20_06 -> 2025_09_22_00 -- Savage Gladiator's Bonegrinder, Decapitator, Greatsword, Pike (+156 Attack Power) UPDATE `item_template` SET `stat_type4` = 38, `stat_value4` = 156 WHERE `entry` IN (42295, 42294, 42297, 42296); |