diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-08-16 20:04:20 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-16 20:04:20 +0200 |
| commit | 982feb5082ab3c30cfb2e1278fd7736e5a02466c (patch) | |
| tree | 641bc619f6ac94cea0f7ad96c14fed64f11e63eb /sql/updates | |
| parent | f18233822d067ac5704bb9ed3e0408531526272a (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.sql | 1 |
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); |
