aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-12-25 21:16:37 +0100
committerKillyana <morphone1@gmail.com>2017-12-25 21:16:37 +0100
commit64596561f22ae8d0ca5a78354d1242e7d56d74e3 (patch)
treec78e40ebac3c9019449229a85ae9d1f441b49ec4
parentad56299846a92c2cda84ebcc2d37d9aa6e3e8024 (diff)
DB/CreatureAI: Disable PetAI from database
Ref https://github.com/TrinityCore/TrinityCore/commit/2c7e921cdc14527bd99d6976793e69999f262f9d Closes #20200
-rw-r--r--sql/updates/world/3.3.5/2017_12_25_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_25_00_world.sql b/sql/updates/world/3.3.5/2017_12_25_00_world.sql
new file mode 100644
index 00000000000..ac78bfdc15d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_12_25_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE creature_template SET AIName='' WHERE entry=21909;