diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-08 02:16:16 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-08 02:16:16 +0000 |
commit | b5fa1aae276f229aa3b366b82f828434a07fd21b (patch) | |
tree | ed071892097795e60494352ac62018d9ceaad0d8 | |
parent | db5e8420e1f00867efbcc34cf85ddefc8b66ab2c (diff) |
chore(DB): import pending files
Referenced commit(s): b0c4d54d3a968e4b08b9fc8d878e55c20b6a72b7
-rw-r--r-- | data/sql/updates/db_world/2025_08_08_00.sql (renamed from data/sql/updates/pending_db_world/Anokra.sql) | 1 | ||||
-rw-r--r-- | data/sql/updates/db_world/2025_08_08_01.sql (renamed from data/sql/updates/pending_db_world/rev_1754076991742890400.sql) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/Anokra.sql b/data/sql/updates/db_world/2025_08_08_00.sql index 1ecfe58850..e9e7a2f90b 100644 --- a/data/sql/updates/pending_db_world/Anokra.sql +++ b/data/sql/updates/db_world/2025_08_08_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_08_07_00 -> 2025_08_08_00 -- Edit SmartAI UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 26769; diff --git a/data/sql/updates/pending_db_world/rev_1754076991742890400.sql b/data/sql/updates/db_world/2025_08_08_01.sql index 264e2acab8..080dceeb56 100644 --- a/data/sql/updates/pending_db_world/rev_1754076991742890400.sql +++ b/data/sql/updates/db_world/2025_08_08_01.sql @@ -1,3 +1,4 @@ +-- DB update 2025_08_08_00 -> 2025_08_08_01 -- fix low level scourge invasion quests -- queststarters / questenders UPDATE `creature_template` SET `npcflag` = `npcflag` | 2 WHERE (`entry` IN (16484, 16490, 16493, 16495, 29441)); |