aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2023-05-07 10:00:29 +0200
committerGitHub <noreply@github.com>2023-05-07 10:00:29 +0200
commit1573400e1c9dc69ffb0076f64f3bd1fd9c17fe1c (patch)
treeb3e5a18ad18f628987684b280deb39eecb4e0977 /sql
parentd521d45f3d0788fa81c8d4ef8285584d11db1d5a (diff)
DB/Creature: Remove wrong SAI from Val'kyr Battle-maiden
closes #28952 by CraftedRO
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2023_05_07_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_05_07_00_world.sql b/sql/updates/world/3.3.5/2023_05_07_00_world.sql
new file mode 100644
index 00000000000..0df13372961
--- /dev/null
+++ b/sql/updates/world/3.3.5/2023_05_07_00_world.sql
@@ -0,0 +1,3 @@
+-- Val'kyr Battle-maiden
+UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 28487;
+DELETE FROM `smart_scripts` WHERE `entryorguid` = 28487 AND `source_type` = 0;