aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-08-16 20:04:20 +0200
committerShauren <shauren.trinity@gmail.com>2023-08-16 20:04:20 +0200
commit982feb5082ab3c30cfb2e1278fd7736e5a02466c (patch)
tree641bc619f6ac94cea0f7ad96c14fed64f11e63eb /sql/updates
parentf18233822d067ac5704bb9ed3e0408531526272a (diff)
DB/Pets: Removed invalid spells from creature_template_spell
Closes #29149
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_08_16_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_16_01_world.sql b/sql/updates/world/master/2023_08_16_01_world.sql
new file mode 100644
index 00000000000..6b507894165
--- /dev/null
+++ b/sql/updates/world/master/2023_08_16_01_world.sql
@@ -0,0 +1 @@
+DELETE FROM `creature_template_spell` WHERE `Spell` IN (1,3,4,7);