diff options
| author | tkrokli <tkrokli@hotmail.com> | 2016-02-28 00:49:40 +0100 |
|---|---|---|
| committer | tkrokli <tkrokli@hotmail.com> | 2016-02-28 12:25:23 +0100 |
| commit | 6ffac018ddbbda70bd26148416749ac8352d1738 (patch) | |
| tree | 10b29513fd11f0a2b8117cfa99070a43c07c5e32 /sql | |
| parent | bfac62c5c914efe1576d39504d5dd75f11f41237 (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_02_28_CLEAN-UP_world.sql | 2 |
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); |
