aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-07-27 00:04:37 +0200
committerShauren <shauren.trinity@gmail.com>2017-07-27 00:04:37 +0200
commitb85d46138bf6cd0fd50a0f8060f1512002ced731 (patch)
tree0f9785a0641b1978e45d507d2aae1e18b63bcef6 /sql
parent0cd5179726f91cc163910dd0806d622fe86d9a8c (diff)
Core/Creatures: Deleted obsolete pet trainer script and fixed build
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_07_27_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_27_00_world.sql b/sql/updates/world/master/2017_07_27_00_world.sql
new file mode 100644
index 00000000000..1537f6e5592
--- /dev/null
+++ b/sql/updates/world/master/2017_07_27_00_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='' WHERE `ScriptName`='npc_pet_trainer';