aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-02-28 13:07:43 +0100
committerAokromes <Aokromes@users.noreply.github.com>2016-02-28 13:07:43 +0100
commit2387dbdda92fc01b8cbbcfe03046dadec6769a66 (patch)
treea488ea9f72e9ca2f64831b280ebb0f0a8ccdc4fc /sql/updates
parent59d02322a78b9f58c51930e085ad6cad9dd95eb0 (diff)
parent6ffac018ddbbda70bd26148416749ac8352d1738 (diff)
Merge pull request #16699 from tkrokli/triple_zone_cleanup
Core/Scripts: triple zone cleanup
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2016_02_28_CLEAN-UP_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_28_CLEAN-UP_world.sql b/sql/updates/world/2016_02_28_CLEAN-UP_world.sql
new file mode 100644
index 00000000000..5a5694e0320
--- /dev/null
+++ b/sql/updates/world/2016_02_28_CLEAN-UP_world.sql
@@ -0,0 +1,2 @@
+-- remove script from core requires removing ScriptName from creature_template
+UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry`IN (1749,2708);