From 6ffac018ddbbda70bd26148416749ac8352d1738 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sun, 28 Feb 2016 00:49:40 +0100 Subject: Core/Scripts: triple zone cleanup Remove hardcoded (as well as deprecated) text in the following places: - blackrock_depths.cpp - zone_burning_steppes.cpp - zone_stormwind_city.cpp Updates https://github.com/velinath/TrinityCore/issues/2 --- sql/updates/world/2016_02_28_CLEAN-UP_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_02_28_CLEAN-UP_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3