aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-08-20 15:06:59 +0200
committerShauren <shauren.trinity@gmail.com>2017-08-20 15:06:59 +0200
commit1de03622c5ee61298a7e3da42b22626b8f89f2d4 (patch)
treeed914101dd5048ff549bde0b074228d8931ee2ea /sql
parentaa012b395d9755668e34dd2a25b7203536b50abe (diff)
Scripts: Delete broken multi profession trainer script (can now be done in db)
* Build fix
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_08_20_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_08_20_01_world.sql b/sql/updates/world/master/2017_08_20_01_world.sql
new file mode 100644
index 00000000000..2640e24c2ec
--- /dev/null
+++ b/sql/updates/world/master/2017_08_20_01_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='' WHERE `ScriptName`='npc_multi_profession_trainer';