aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-05-22 01:37:37 +0200
committerKillyana <morphone1@gmail.com>2020-05-22 01:37:37 +0200
commit5ba021844dc6d14d17915a3736354e30c4b872ec (patch)
treeace201ad5a735f0ca88820f58e2d703a38d408f3
parent2008cb7dd33411a381911c6b64e4ebf96fa8c39f (diff)
DB/GameObject: Remove Jump-a-tron 4000 from the DB
Ref #24668
-rw-r--r--sql/updates/world/3.3.5/2020_05_21_05_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_21_05_world.sql b/sql/updates/world/3.3.5/2020_05_21_05_world.sql
new file mode 100644
index 00000000000..a7c005c0998
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_05_21_05_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `gameobject_template` SET `AIName` = "", `ScriptName` = "" WHERE `entry` = 183146;