aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorRushor <Rushor@users.noreply.github.com>2020-02-14 23:28:14 +0100
committerGitHub <noreply@github.com>2020-02-14 23:28:14 +0100
commit596b2d1ed70205e6f68f626d7363f5c197f7c81d (patch)
treeea84175d035c2b3365d7381037acdedeb370d23d /sql
parent2a349dd390c4243d2b48ac57a934437f0a87080d (diff)
Scripts/Gameobject: Remove deprecated script for Cat Figurine (#24150)
Scripts/Gameobject: Remove deprecated script for Cat Figurine
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_02_14_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_02_14_03_world.sql b/sql/updates/world/3.3.5/2020_02_14_03_world.sql
new file mode 100644
index 00000000000..b40217e8e5b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_02_14_03_world.sql
@@ -0,0 +1,3 @@
+-- Cat Figurine SAI
+SET @ENTRY := 13873;
+UPDATE `gameobject_template` SET `AIName`="", `ScriptName`='' WHERE `entry`=@ENTRY;