diff options
author | AzerothCoreBot <azerothcorebot@gmail.com> | 2022-06-08 11:35:10 +0000 |
---|---|---|
committer | AzerothCoreBot <azerothcorebot@gmail.com> | 2022-06-08 11:35:10 +0000 |
commit | c0ab2ab08e001ffce3c688eaf54301608af109a8 (patch) | |
tree | 2d1421f779fe78c9f238c3b591743f962ac60a77 | |
parent | 9aa3fef4a889ad8aff38a330a127a389f4972d6c (diff) |
chore(DB): import pending files
Referenced commit(s): 9aa3fef4a889ad8aff38a330a127a389f4972d6c
-rw-r--r-- | data/sql/updates/db_world/2022_06_08_02.sql (renamed from data/sql/updates/pending_db_world/rev_1652973605826504900.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1652973605826504900.sql b/data/sql/updates/db_world/2022_06_08_02.sql index 17a28b8592..c251eeb068 100644 --- a/data/sql/updates/pending_db_world/rev_1652973605826504900.sql +++ b/data/sql/updates/db_world/2022_06_08_02.sql @@ -1,3 +1,4 @@ +-- DB update 2022_06_08_01 -> 2022_06_08_02 -- (Quest)Mystery of the Infinite NPC: "Future You", remove SAI (unused) UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 27899; DELETE FROM `smart_scripts` WHERE `entryorguid` = 27899 AND `source_type` = 0; |