summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jackson <38561765+heyitsbench@users.noreply.github.com>2023-09-11 12:53:15 -0400
committerGitHub <noreply@github.com>2023-09-11 18:53:15 +0200
commit6506a67d0f20e3a3db2ccd2dd0385eeb6151d58c (patch)
tree4093970697c113019833530d570e97b22cccd846
parentcceafcf580ccc622670764f8a12465ed3699cc97 (diff)
chore(DB/Creature): Correct VerifiedBuild for unverified chess piece spells. (#17233)
Init.
-rw-r--r--data/sql/updates/pending_db_world/verify-your-builds.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/verify-your-builds.sql b/data/sql/updates/pending_db_world/verify-your-builds.sql
new file mode 100644
index 0000000000..180632b9ba
--- /dev/null
+++ b/data/sql/updates/pending_db_world/verify-your-builds.sql
@@ -0,0 +1 @@
+UPDATE `creature_template_spell` SET `VerifiedBuild` = 0 WHERE `CreatureID` IN (17211, 17469, 21160, 21664, 21682, 21683, 21684, 21726, 21747, 21748, 21750, 21752);